diff --git a/utils/xar/xar.c b/utils/xar/xar.c index cbbf9875..1377576b 100644 --- a/utils/xar/xar.c +++ b/utils/xar/xar.c @@ -28,6 +28,7 @@ GNU General Public License for more details. #define FreeLibrary( x ) dlclose( x ) #elif XASH_WIN32 #include +#include #endif static void *g_hModule;