From a8a61ee991f2644e1a7e71d04bd4a052d5a287e0 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 31 Oct 2008 00:37:58 +0000 Subject: 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 --- firmware/export/ascodec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware') diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h index b8bab8a640..93cd767608 100644 --- a/firmware/export/ascodec.h +++ b/firmware/export/ascodec.h @@ -22,6 +22,10 @@ #ifndef _ASCODEC_H #define _ASCODEC_H +#include "config.h" + +#ifdef HAVE_AS3514 #include "ascodec-target.h" +#endif #endif -- cgit v1.2.3