summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2014-09-18 04:37:41 +0000
committerbryce <bryce@ubuntu.com>2014-09-18 04:37:41 +0000
commitdc01e8e42fff68b0fcf56e814cf837110da54d1d (patch)
tree2ff70011c9cfcd6a8f6ce23d1b93228b3a57979a /src
parentwin32 packaging: Fix capitalization of "register file extensions" (diff)
downloadinkscape-dc01e8e42fff68b0fcf56e814cf837110da54d1d.tar.gz
inkscape-dc01e8e42fff68b0fcf56e814cf837110da54d1d.zip
Fix build for fink on OS X 10.9 by including unistd.h
Fixes: https://bugs.launchpad.net/inkscape/+bug/1340914 Fixed bugs: - https://launchpad.net/bugs/1340914 (bzr r13560)
Diffstat (limited to 'src')
-rw-r--r--src/color-profile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index aa0750c00..6f335b590 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -19,6 +19,7 @@
#include <gtk/gtk.h>
#endif // DEBUG_LCMS
+#include <unistd.h>
#include <cstring>
#include <string>
#include <io/sys.h>