summaryrefslogtreecommitdiffstats
path: root/src/io/sys.h
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-25 07:49:33 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-25 07:49:33 +0000
commit765b93bad405ffee4f14acf9a44fe9fba1935e74 (patch)
tree952be84f5e7302ab0cc261d646d251d74bcfb68b /src/io/sys.h
parentradial gradients faster by about 10% (diff)
downloadinkscape-765b93bad405ffee4f14acf9a44fe9fba1935e74.tar.gz
inkscape-765b93bad405ffee4f14acf9a44fe9fba1935e74.zip
glib-2.4 system fixes: some includes to get prototypes, some version checks
(bzr r1280)
Diffstat (limited to 'src/io/sys.h')
-rw-r--r--src/io/sys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h
index 29c0ad96a..fd39c630b 100644
--- a/src/io/sys.h
+++ b/src/io/sys.h
@@ -13,6 +13,8 @@
*/
#include <stdio.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <glib/gtypes.h>
#include <glib/gdir.h>
#include <glib/gfileutils.h>