From 0137b9fed4b75376e108e6182a99f1cce6767747 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 6 Nov 2011 19:54:55 +0000 Subject: we do not use anything from inttypes.h, so replace it with stdint.h --- kernel/hsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/hsv.c') diff --git a/kernel/hsv.c b/kernel/hsv.c index f41bf09..8ba8323 100644 --- a/kernel/hsv.c +++ b/kernel/hsv.c @@ -1,7 +1,7 @@ /* $Id$ */ /* public domain */ -#include +#include void hsv(uint8_t *r, uint8_t *g, uint8_t *b, uint16_t h, uint8_t s, uint8_t v) -- cgit v1.2.3