diff --git a/source/lib/sysdep/sysdep.h b/source/lib/sysdep/sysdep.h index bb37b1f2c8..46434ade39 100755 --- a/source/lib/sysdep/sysdep.h +++ b/source/lib/sysdep/sysdep.h @@ -1,7 +1,9 @@ #ifndef SYSDEP_H__ #define SYSDEP_H__ +#ifdef _WIN32 #include "win/win.h" +#endif #ifdef __cplusplus extern "C" { @@ -16,4 +18,4 @@ extern void check_heap(); } #endif -#endif // #ifndef SYSDEP_H__ \ No newline at end of file +#endif // #ifndef SYSDEP_H__