summaryrefslogtreecommitdiff
path: root/src/post/audio/upmix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/audio/upmix.c')
-rw-r--r--src/post/audio/upmix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/post/audio/upmix.c b/src/post/audio/upmix.c
index 2fb42a409..7910479aa 100644
--- a/src/post/audio/upmix.c
+++ b/src/post/audio/upmix.c
@@ -23,7 +23,7 @@
* It simply creates output channels to match the speaker arrangement.
* E.g. Converts Stereo into Surround 5.1
*
- * $Id: upmix.c,v 1.15 2004/07/26 22:23:34 miguelfreitas Exp $
+ * $Id: upmix.c,v 1.16 2004/07/27 17:59:58 mroi Exp $
*
*/
@@ -34,6 +34,8 @@
#include "post.h"
#include "dsp.h"
+#include "audio_filters.h"
+
typedef struct post_plugin_upmix_s post_plugin_upmix_t;