Use a chain of callbacks instead of a single one in TransferStatusPtr
[supertux.git] / src / physfs / physfs_sdl.cpp
index b751a8e..277f993 100644 (file)
@@ -20,6 +20,7 @@
 #include <sstream>
 #include <stdexcept>
 #include <assert.h>
+#include <stdio.h>
 
 #include "util/log.hpp"