diff options
| author | Ted Gould <ted@gould.cx> | 2007-12-11 03:25:11 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-12-11 03:25:11 +0000 |
| commit | b0a0186c9dc9291b9e223aa3bc5c025cfb8f26f5 (patch) | |
| tree | 6e0c15e4faf4733b8afc825329992f1d21fb43ee /src | |
| parent | include header for close command (diff) | |
| download | inkscape-b0a0186c9dc9291b9e223aa3bc5c025cfb8f26f5.tar.gz inkscape-b0a0186c9dc9291b9e223aa3bc5c025cfb8f26f5.zip | |
r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800
Builds for me. A couple of changes that broke things. But this works for me (tm).
(bzr r4205)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile_insert | 1 | ||||
| -rw-r--r-- | src/ui/dialog/print.cpp | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 9a52f51de..3d5d2e55a 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -141,7 +141,6 @@ libinkpre_a_SOURCES = \ shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ snap.cpp snap.h \ - snapped-line.cpp snapped-line.h \ snapped-point.cpp snapped-point.h \ snapper.cpp snapper.h \ line-snapper.cpp line-snapper.h \ diff --git a/src/ui/dialog/print.cpp b/src/ui/dialog/print.cpp index b04de91c2..1ca4b46d9 100644 --- a/src/ui/dialog/print.cpp +++ b/src/ui/dialog/print.cpp @@ -12,10 +12,11 @@ #ifdef HAVE_CONFIG_H # include <config.h> #endif +#ifdef WIN32 +#include <io.h> +#endif -#include <io.h>
#include <gtkmm/stock.h> -#include <io.h> #include "print.h" #include "extension/internal/cairo-render-context.h" |
