From: Matthias Braun Date: Tue, 6 Sep 2005 21:14:35 +0000 (+0000) Subject: fix for physfs 1.1.0 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=bc093b888a6d44d2346da9ca4063822f7a35a91c;p=supertux.git fix for physfs 1.1.0 SVN-Revision: 2764 --- 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]),