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 6a997cf..831de84 100644 (file)
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <cstdlib>
 #include <lib/base/encoding.h>
 #include <lib/base/eerror.h>
index e444ba9..d7f2a65 100644 (file)
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <unistd.h>
 #include <fcntl.h>
 #include <lib/base/rawfile.h>