summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-04-04 02:39:19 +0000
committeracspike <acspike@users.sourceforge.net>2006-04-04 02:39:19 +0000
commit61cc99f989776813652ed4091c9b913bd56b6522 (patch)
tree6f246678eb145803d67fe601f1e49d6c2432e424 /src/style.cpp
parentnew file (diff)
downloadinkscape-61cc99f989776813652ed4091c9b913bd56b6522.tar.gz
inkscape-61cc99f989776813652ed4091c9b913bd56b6522.zip
include errno.h
(bzr r420)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 20ae8fa93..230d8f466 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -40,6 +40,7 @@
#include "xml/repr.h"
#include "unit-constants.h"
#include "isnan.h"
+#include <errno.h>
using Inkscape::CSSOStringStream;
using std::vector;