diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-02-13 12:03:17 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-02-13 12:03:17 +0000 |
| commit | d9386b2f8af03b8dc5a512008750f50aabce14e9 (patch) | |
| tree | 70b6debb97a29c5bff05518c181b7b317780aeec /src/extension/system.cpp | |
| parent | Translations. Latvian translation update by Jānis Eisaks. (diff) | |
| download | inkscape-d9386b2f8af03b8dc5a512008750f50aabce14e9.tar.gz inkscape-d9386b2f8af03b8dc5a512008750f50aabce14e9.zip | |
Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-compiled libs.)
(bzr r12122)
Diffstat (limited to 'src/extension/system.cpp')
| -rw-r--r-- | src/extension/system.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp index 7fb6e1591..60cd21d71 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -21,6 +21,7 @@ #endif #include <interface.h> +#include <unistd.h> #include "system.h" #include "preferences.h" |
