diff --git a/src/physfs_internal.h b/src/physfs_internal.h index b86a41d..c12bda2 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -38,7 +38,7 @@ #include #endif -#ifdef PHYSFS_PLATFORM_SOLARIS +#if defined(PHYSFS_PLATFORM_SOLARIS) || defined(PHYSFS_PLATFORM_LINUX) #include #endif