From bc093b888a6d44d2346da9ca4063822f7a35a91c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 6 Sep 2005 21:14:35 +0000 Subject: [PATCH] fix for physfs 1.1.0 SVN-Revision: 2764 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 16767161e..d6326805f 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,9 @@ NP_FINDLIB([SDLIMAGE], [SDL_image], [SDL_image >= 1.2], [$SDL_CFLAGS], [$SDL_LIBS]) NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.0.0], - NP_LANG_PROGRAM([#include + NP_LANG_PROGRAM([ +#include +#include #if PHYSFS_VER_MAJOR < 1 # error PHYSFS is too old #endif]), -- 2.11.0