diff options
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index b91072523..d90829636 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.109 2003/11/11 18:45:00 f1rmb Exp $ + * $Id: audio_decoder.c,v 1.110 2003/11/16 15:41:15 mroi Exp $ * * * functions that implement audio decoding @@ -33,6 +33,8 @@ #include <sched.h> #include <unistd.h> +#define XINE_ENGINE_INTERNAL + #include "xine_internal.h" #include "xineutils.h" |