summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_wav.c')
-rw-r--r--src/demuxers/demux_wav.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_wav.c b/src/demuxers/demux_wav.c
index 34fc85d90..d318c5998 100644
--- a/src/demuxers/demux_wav.c
+++ b/src/demuxers/demux_wav.c
@@ -22,7 +22,7 @@
* MS WAV File Demuxer by Mike Melanson (melanson@pcisys.net)
* based on WAV specs that are available far and wide
*
- * $Id: demux_wav.c,v 1.45 2003/08/16 20:15:55 jcdutton Exp $
+ * $Id: demux_wav.c,v 1.46 2003/08/25 21:51:39 f1rmb Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -41,6 +41,7 @@
#include "demux.h"
#include "buffer.h"
#include "bswap.h"
+#include "group_audio.h"
#define WAV_SIGNATURE_SIZE 16
/* this is the hex value for 'data' */