summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-16 22:37:53 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-16 22:37:53 +0000
commit96ceae6ef3b7073489b779ddd14ea99c1fde5239 (patch)
tree7d9b7c6009f3d556206cb1a45d50d10b49f3ffdb /src/main.cpp
parentfix warnings and delete gradient pixmap that will not be used (diff)
downloadinkscape-96ceae6ef3b7073489b779ddd14ea99c1fde5239.tar.gz
inkscape-96ceae6ef3b7073489b779ddd14ea99c1fde5239.zip
hopefully fix compile (#include <errno.h>
(bzr r4093)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 99e90b7b5..3ffd0d12c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -111,6 +111,7 @@ using Inkscape::Extension::Internal::PrintWin32;
#include "main-cmdlineact.h"
#include <png.h>
+#include <errno.h>
enum {
SP_ARG_NONE,