From dc01e8e42fff68b0fcf56e814cf837110da54d1d Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 17 Sep 2014 21:37:41 -0700 Subject: 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) --- src/color-profile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #endif // DEBUG_LCMS +#include #include #include #include -- cgit v1.2.3