misc/libphyslayer/physfslualoader.c
branchsdl2transition
changeset 11362 ed5a6478e710
parent 9991 3858d99476f5
child 13537 ecdf6ce2301e
--- 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;