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:
parent
5d45ec90e0
commit
20a5926d2e
8 changed files with 17 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue