summaryrefslogtreecommitdiffstats
path: root/src/dom/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/io')
-rw-r--r--src/dom/io/domstream.cpp1
-rw-r--r--src/dom/io/domstream.h2
-rw-r--r--src/dom/io/socket.cpp1
-rw-r--r--src/dom/io/uristream.cpp1
4 files changed, 4 insertions, 1 deletions
diff --git a/src/dom/io/domstream.cpp b/src/dom/io/domstream.cpp
index bc3810de0..b38dd5329 100644
--- a/src/dom/io/domstream.cpp
+++ b/src/dom/io/domstream.cpp
@@ -34,6 +34,7 @@
*
*/
+#include <cstdio>
#include <math.h>
#include <stdarg.h>
diff --git a/src/dom/io/domstream.h b/src/dom/io/domstream.h
index 7b999e317..0c60aca7a 100644
--- a/src/dom/io/domstream.h
+++ b/src/dom/io/domstream.h
@@ -30,7 +30,7 @@
*/
-
+#include <cstdio>
#include <dom/dom.h>
namespace org
diff --git a/src/dom/io/socket.cpp b/src/dom/io/socket.cpp
index b800d7453..e39032040 100644
--- a/src/dom/io/socket.cpp
+++ b/src/dom/io/socket.cpp
@@ -35,6 +35,7 @@
#include <sys/filio.h> // needed on Solaris 8
#endif
+#include <cstdio>
#include "socket.h"
#include "dom/util/thread.h"
diff --git a/src/dom/io/uristream.cpp b/src/dom/io/uristream.cpp
index 0dc8423f4..3e47d99e1 100644
--- a/src/dom/io/uristream.cpp
+++ b/src/dom/io/uristream.cpp
@@ -30,6 +30,7 @@
#include "uristream.h"
+#include <cstdio>
#include <string.h>