summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp
diff options
context:
space:
mode:
authorMarkus Schwarzenberg <schwarzenberg@users.sourceforge.net>2007-03-01 14:55:54 +0000
committerschwarzenberg <schwarzenberg@users.sourceforge.net>2007-03-01 14:55:54 +0000
commita1f4da7cf5d62d179039a121b97365bbd705fb37 (patch)
treedfaca4bbbb51574ee41b934e771bcda1c1cb1aa3 /src/widgets/desktop-widget.cpp
parentcommited Solaris 2.8 / gcc-3.2.3 fixes (diff)
downloadinkscape-a1f4da7cf5d62d179039a121b97365bbd705fb37.tar.gz
inkscape-a1f4da7cf5d62d179039a121b97365bbd705fb37.zip
(hopefully) fixed build on linux, added missing isnormal.h
(bzr r2486)
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
-rw-r--r--src/widgets/desktop-widget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp
index 93b579adf..eb813a2a2 100644
--- a/src/widgets/desktop-widget.cpp
+++ b/src/widgets/desktop-widget.cpp
@@ -52,8 +52,11 @@
#include "sp-item.h"
#include "dialogs/swatches.h"
#include "conn-avoid-ref.h"
+
+#if defined (SOLARIS_2_8)
#include "round.h"
using Inkscape::round;
+#endif
#ifdef WITH_INKBOARD
#endif