changeset 16616:d9b74d27974d

forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)
author nicodvb
date Wed, 28 Sep 2005 20:15:30 +0000
parents aede77b9e276
children bc9bf383f0f7
files libmpcodecs/ae.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae.c	Wed Sep 28 17:25:21 2005 +0000
+++ b/libmpcodecs/ae.c	Wed Sep 28 20:15:30 2005 +0000
@@ -11,6 +11,8 @@
 #include "ae.h"
 #include "../config.h"
 
+#include "ae_pcm.h"
+
 #ifdef HAVE_TOOLAME
 #include "ae_toolame.h"
 #endif