summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cms-color-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cms-color-types.h b/src/cms-color-types.h
index c79b114a7..47157c243 100644
--- a/src/cms-color-types.h
+++ b/src/cms-color-types.h
@@ -16,6 +16,10 @@
# include <icc34.h>
#endif
+#if HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
typedef void * cmsHPROFILE;
typedef void * cmsHTRANSFORM;