1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2007-02-17 21:54:17 +00:00
parent 5d45ec90e0
commit 20a5926d2e
8 changed files with 17 additions and 19 deletions

View file

@ -16,10 +16,11 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "config.h"
#include <inttypes.h>
#include <string.h>
#include <sound.h>
#include "config.h"
#include "dsp.h"
#include "eq.h"
#include "kernel.h"