DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

Fix: missing header in other.h while compiling with mingw #179

Closed likeawindrammer closed 9 months ago

likeawindrammer commented 9 months ago

While compiling with mingw an error will be thrown at line 128 in other.h "return (stat(name, &buffer) == 0);" unless the sys/stat.h header is included. Doing a quick test in godbolt's compilerexplorer msvc has this header as well and likely it's just implicitly included in msvc https://gcc.godbolt.org/z/vb549MxrG