From b2243b15725673122637b1961a0dbad62fcb5e91 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 13 Mar 2006 17:38:18 +0000 Subject: [PATCH] * Allow the color test to be built as a kernel. --- test/colors.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/colors.c b/test/colors.c index a1fb2c9..e59de54 100644 --- a/test/colors.c +++ b/test/colors.c @@ -13,7 +13,9 @@ #include "config.h" -#include +#if !defined(__KERNEL__) +# include +#endif #include "cucul.h" #include "caca.h"