1
0
Fork 0
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:
Björn Stenberg 2008-10-14 11:43:32 +00:00
parent 9558c4956d
commit 9cf024c5a8
4 changed files with 26 additions and 24 deletions

View file

@ -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,