summaryrefslogtreecommitdiffstats
path: root/src/dom/io/socket.cpp
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/socket.cpp
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/socket.cpp')
-rw-r--r--src/dom/io/socket.cpp1
1 files changed, 1 insertions, 0 deletions
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"