summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
commit20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 (patch)
tree2dabff846860b975f6cb2d3e49567c72b0383be2 /apps/dsp.c
parent5d45ec90e0614a96367e73d96fed8f47b112eced (diff)
downloadrockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.tar.gz
rockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.zip
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
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c3
1 files changed, 2 insertions, 1 deletions
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 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "config.h"
20
19#include <inttypes.h> 21#include <inttypes.h>
20#include <string.h> 22#include <string.h>
21#include <sound.h> 23#include <sound.h>
22#include "config.h"
23#include "dsp.h" 24#include "dsp.h"
24#include "eq.h" 25#include "eq.h"
25#include "kernel.h" 26#include "kernel.h"