diff options
Diffstat (limited to 'print/ghostscript9-x11/files/patch-base_gsicc__create.c')
-rw-r--r-- | print/ghostscript9-x11/files/patch-base_gsicc__create.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/ghostscript9-x11/files/patch-base_gsicc__create.c b/print/ghostscript9-x11/files/patch-base_gsicc__create.c new file mode 100644 index 000000000000..fdf8f5e33be3 --- /dev/null +++ b/print/ghostscript9-x11/files/patch-base_gsicc__create.c @@ -0,0 +1,10 @@ +--- base/gsicc_create.c.orig 2012-08-08 08:01:36 UTC ++++ base/gsicc_create.c +@@ -116,6 +116,7 @@ Note: All profile data must be encoded a + + */ + ++#include <sys/types.h> + #include "icc34.h" /* Note this header is needed even if lcms is not + compiled as default CMS */ + #include "string_.h" |