Blob Blame History Raw
diff -ur eris-1.3.14/Eris/BaseConnection.cpp eris-1.3.14.new/Eris/BaseConnection.cpp
--- eris-1.3.14/Eris/BaseConnection.cpp	2009-02-23 18:45:02.000000000 +0300
+++ eris-1.3.14.new/Eris/BaseConnection.cpp	2009-02-28 02:00:05.000000000 +0300
@@ -1,3 +1,5 @@
+#include <cstdio>
+
 #include <skstream/skstream.h>
 
 #ifdef HAVE_CONFIG_H
diff --git a/test/stubServer.cpp b/test/stubServer.cpp
index 233b8ba..32e9ba6 100644
--- a/test/stubServer.cpp
+++ b/test/stubServer.cpp
@@ -17,6 +17,7 @@
 #include <Atlas/Objects/objectFactory.h>
 
 #include <cstdlib>
+#include <cstdio>
 #include <sys/wait.h>
 
 using Atlas::Objects::Root;
diff --git a/test/clientConnection.cpp b/test/clientConnection.cpp
index c08a1b1..7801ee7 100644
--- a/test/clientConnection.cpp
+++ b/test/clientConnection.cpp
@@ -17,6 +17,8 @@
 #include <Atlas/Objects/Operation.h>
 #include <Atlas/Codecs/Bach.h>
 
+#include <cstdio>
+
 using Atlas::Objects::Root;
 using Atlas::Objects::smart_dynamic_cast;
 using namespace Atlas::Objects::Operation;
diff --git a/test/commander.cpp b/test/commander.cpp
index c19f505..3fedb6f 100644
--- a/test/commander.cpp
+++ b/test/commander.cpp
@@ -14,6 +14,8 @@
 #include <Eris/LogStream.h>
 #include <Atlas/Objects/Encoder.h>
 
+#include <cstdio>
+
 using Atlas::Objects::Root;
 using Atlas::Objects::smart_dynamic_cast;
 using namespace Atlas::Objects::Operation;