diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-04-04 02:39:19 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-04-04 02:39:19 +0000 |
| commit | 61cc99f989776813652ed4091c9b913bd56b6522 (patch) | |
| tree | 6f246678eb145803d67fe601f1e49d6c2432e424 /src/style.cpp | |
| parent | new file (diff) | |
| download | inkscape-61cc99f989776813652ed4091c9b913bd56b6522.tar.gz inkscape-61cc99f989776813652ed4091c9b913bd56b6522.zip | |
include errno.h
(bzr r420)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 1 |
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; |
