forked from len0rd/rockbox
Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary #includes to statusbar.c and s1a0903x01.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18808 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9558c4956d
commit
9cf024c5a8
4 changed files with 26 additions and 24 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#ifdef HAVE_RECORDING
|
||||
#include "audio.h"
|
||||
#include "recording.h"
|
||||
#include "pcm_record.h"
|
||||
#endif
|
||||
|
||||
/* FIXME: should be removed from icon.h to avoid redefinition,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue