summaryrefslogtreecommitdiffstats
path: root/src/display
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/display
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/display')
-rw-r--r--src/display/nr-filter.cpp2
-rw-r--r--src/display/pixblock-transform.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/display/nr-filter.cpp b/src/display/nr-filter.cpp
index d2f459149..07c264928 100644
--- a/src/display/nr-filter.cpp
+++ b/src/display/nr-filter.cpp
@@ -29,8 +29,10 @@
#include "libnr/nr-scale.h"
#include "svg/svg-length.h"
#include "sp-filter-units.h"
+#if defined (SOLARIS_2_8)
#include "round.h"
using Inkscape::round;
+#endif
//#include "display/nr-arena-shape.h"
diff --git a/src/display/pixblock-transform.cpp b/src/display/pixblock-transform.cpp
index 2d5abc62c..a4fd2b98b 100644
--- a/src/display/pixblock-transform.cpp
+++ b/src/display/pixblock-transform.cpp
@@ -13,8 +13,10 @@
#include <glib.h>
#include <cmath>
+#if defined (SOLARIS_2_8)
#include "round.h"
using Inkscape::round;
+#endif
using std::floor;
#include "libnr/nr-pixblock.h"