diff --git a/physfs_internal.h b/physfs_internal.h index 7fc37df..75bbf52 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -25,14 +25,10 @@ #endif /* !!! FIXME: remove this when revamping stack allocation code... */ -#ifdef _MSC_VER +#if defined(_MSC_VER) || defined(__MINGW32__) #include #endif -#ifdef __MINGW32__ -#include -#endif - #ifdef __cplusplus extern "C" { #endif