diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-16 22:37:53 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-16 22:37:53 +0000 |
| commit | 96ceae6ef3b7073489b779ddd14ea99c1fde5239 (patch) | |
| tree | 7d9b7c6009f3d556206cb1a45d50d10b49f3ffdb /src/main.cpp | |
| parent | fix warnings and delete gradient pixmap that will not be used (diff) | |
| download | inkscape-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.cpp | 1 |
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, |
