From d24ce15922eae0ddcbd054bda142dd274480a39c Mon Sep 17 00:00:00 2001 From: Matthew Albrecht Date: Tue, 29 Jun 2021 18:56:28 +0100 Subject: [PATCH] Include alloca.h on Solaris and Linux platforms. --- src/physfs_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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