diff --git a/physfs_internal.h b/physfs_internal.h index b113a3b..e161478 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -22,8 +22,8 @@ #define assert(x) #endif -#ifdef __MINGW32__ -#include +#if defined(_MSC_VER) || defined(__MINGW32__) +#include #endif #ifdef __cplusplus