From 0c74d2ce8e7e0d7ce46246896ca7cf18648ffc24 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Feb 2007 22:25:23 +0000 Subject: include stdbool.h to get the bool type and fix the build error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12361 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/dsp.c b/apps/dsp.c index 7ecb791f50..c7eed8bd76 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -17,7 +17,7 @@ * ****************************************************************************/ #include "config.h" - +#include #include #include #include -- cgit