mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix various reds. Some includes needed fixup.
Change-Id: I4327740bae17054131feb917abdd58846c451988
This commit is contained in:
parent
e5ce28ca09
commit
c245de029d
15 changed files with 20 additions and 4 deletions
|
|
@ -32,13 +32,13 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "buffering.h" /* TYPE_PACKET_AUDIO */
|
||||
#include "kernel.h"
|
||||
#include "codecs.h"
|
||||
#include "dsp_core.h"
|
||||
#include "metadata.h"
|
||||
#include "settings.h"
|
||||
#include "sound.h"
|
||||
#include "tdspeed.h"
|
||||
#include "kernel.h"
|
||||
#include "platform.h"
|
||||
|
||||
/***************** EXPORTED *****************/
|
||||
|
|
|
|||
|
|
@ -18,7 +18,9 @@ SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
|
|||
|
||||
INCLUDES += -I$(ROOTDIR)/lib/rbcodec/test \
|
||||
-I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui \
|
||||
-I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
|
||||
-I$(FIRMDIR)/kernel/include \
|
||||
-I$(ROOTDIR)/firmware/export \
|
||||
-I$(ROOTDIR)/firmware/include \
|
||||
-I$(ROOTDIR)/firmware/target/hosted \
|
||||
-I$(ROOTDIR)/firmware/target/hosted/sdl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue