* Some Mac fixes that don't break Linux (inclusion of stddef.h for size_t, explicit...
[supertux.git] / src / world.cpp
index 7999097..faf5c7b 100644 (file)
@@ -19,6 +19,7 @@
 //  02111-1307, USA.
 #include <config.h>
 
+#include <stddef.h>
 #include <physfs.h>
 #include <stdexcept>