aboutsummaryrefslogtreecommitdiff
path: root/cms.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-03 19:00:41 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-03 19:00:41 +0000
commita5cc6ec7f4b449f255087e20b04cd4e4f607a52a (patch)
tree5daa8e5a1c3aa79ed1eed7ae34d2ba1db363767f /cms.c
parentdade6d9d0244cb53579fc682379004a849c3dedc (diff)
sync header
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)