summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-02-24 20:56:56 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-02-24 20:56:56 +0000
commit0feb39cc2628d7fed309b953d738c5d3ad53ac39 (patch)
treec13570bd13cd204214139021f6bb19a0d3b07692 /src
parentsupport up to 3 languages (diff)
downloadinkscape-0feb39cc2628d7fed309b953d738c5d3ad53ac39.tar.gz
inkscape-0feb39cc2628d7fed309b953d738c5d3ad53ac39.zip
fix win build
(bzr r7365)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 9527faa2e..f2cc0b1b8 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -43,7 +43,10 @@
#include "display/canvas-grid.h"
#ifdef HAVE_ASPELL
-#include <aspell.h>
+# include <aspell.h>
+# ifdef WIN32
+# include <windows.h>
+# endif
#endif
namespace Inkscape {