diff options
| author | Markus Schwarzenberg <schwarzenberg@users.sourceforge.net> | 2007-03-01 09:43:25 +0000 |
|---|---|---|
| committer | schwarzenberg <schwarzenberg@users.sourceforge.net> | 2007-03-01 09:43:25 +0000 |
| commit | ad8869da712554d4ba090e1998f22d6c7afca4b2 (patch) | |
| tree | 9796bfbc1f2c072acf41f41bdc3238022d2db7ab /src/print.cpp | |
| parent | r14651@tres: ted | 2007-02-28 23:23:41 -0800 (diff) | |
| download | inkscape-ad8869da712554d4ba090e1998f22d6c7afca4b2.tar.gz inkscape-ad8869da712554d4ba090e1998f22d6c7afca4b2.zip | |
commited Solaris 2.8 / gcc-3.2.3 fixes
(bzr r2485)
Diffstat (limited to 'src/print.cpp')
| -rw-r--r-- | src/print.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/print.cpp b/src/print.cpp index 52a8d3c82..dad80d1c9 100644 --- a/src/print.cpp +++ b/src/print.cpp @@ -27,6 +27,10 @@ #include <gtk/gtkprintunixdialog.h> #endif +#ifdef SOLARIS_2_8 +#include <unistd.h> +#endif + #if 0 # include <extension/internal/ps.h> |
