--- 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;