aboutsummaryrefslogtreecommitdiff
path: root/cms.c
diff options
context:
space:
mode:
Diffstat (limited to 'cms.c')
-rw-r--r--cms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cms.c b/cms.c
index 741ba99..435089a 100644
--- a/cms.c
+++ b/cms.c
@@ -22,6 +22,8 @@
#include <stdint.h>
+#include "cms.h"
+
void
hsv2rgb(unsigned short *r, unsigned short *g, unsigned short *b,
double h, double s, double v)