From 20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Feb 2007 21:54:17 +0000 Subject: build with -Wundef to make sure we have spelled the defines right in #if lines and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/dsp.c') diff --git a/apps/dsp.c b/apps/dsp.c index 02e231d800..7ecb791f50 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -16,10 +16,11 @@ * KIND, either express or implied. * ****************************************************************************/ +#include "config.h" + #include #include #include -#include "config.h" #include "dsp.h" #include "eq.h" #include "kernel.h" -- cgit v1.2.3