summaryrefslogtreecommitdiffstats
path: root/src/dom/io
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-02-26 21:28:12 +0000
committertweenk <tweenk@users.sourceforge.net>2009-02-26 21:28:12 +0000
commitf1b7b6decc60830d3a0072f3287d63ef086c936e (patch)
tree2d237781196c25b0db77771215b02364f791156a /src/dom/io
parentSpellcheck, snap and filter translation (diff)
downloadinkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.tar.gz
inkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.zip
Patch from Lubomir Rintel: fixes for GCC 4.4
(bzr r7380)
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>