diff -r 31570b766315 -r ed5a6478e710 misc/libphyslayer/physfslualoader.c --- a/misc/libphyslayer/physfslualoader.c Tue Nov 10 18:16:35 2015 +0100 +++ b/misc/libphyslayer/physfslualoader.c Tue Nov 10 20:43:13 2015 +0100 @@ -1,6 +1,8 @@ #include "lua.h" #include "physfs.h" +#include "physfscompat.h" + #define BUFSIZE 1024 void *physfsReaderBuffer;