include cstdio to fix build with gcc 4.4
authorAndreas Oberritter <obi@saftware.de>
Sun, 12 Jul 2009 17:00:14 +0000 (19:00 +0200)
committerAndreas Oberritter <obi@saftware.de>
Sun, 12 Jul 2009 17:00:14 +0000 (19:00 +0200)
lib/base/encoding.cpp
lib/base/rawfile.cpp

index 6a997cf13d8ccc95b871c4ce072a6c132d530e24..831de8474583c581ff1596de4ce8f58f4317e4fc 100644 (file)
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <cstdlib>
 #include <lib/base/encoding.h>
 #include <lib/base/eerror.h>
index e444ba90c7613a36264ea8dbf2445ae23bb222a5..d7f2a6551f28289db48e16f646031bc2ed1b41a8 100644 (file)
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <unistd.h>
 #include <fcntl.h>
 #include <lib/base/rawfile.h>