Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is defined

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-10-31 00:37:58 +00:00
parent 42f77d4eb0
commit a8a61ee991

View file

@ -22,6 +22,10 @@
#ifndef _ASCODEC_H
#define _ASCODEC_H
#include "config.h"
#ifdef HAVE_AS3514
#include "ascodec-target.h"
#endif
#endif