summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_snd.c')
-rw-r--r--src/demuxers/demux_snd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_snd.c b/src/demuxers/demux_snd.c
index 3fd2af0a8..6f83ac447 100644
--- a/src/demuxers/demux_snd.c
+++ b/src/demuxers/demux_snd.c
@@ -21,7 +21,7 @@
/*
* SND/AU File Demuxer by Mike Melanson (melanson@pcisys.net)
*
- * $Id: demux_snd.c,v 1.31 2003/07/16 00:52:45 andruil Exp $
+ * $Id: demux_snd.c,v 1.32 2003/08/25 21:51:39 f1rmb Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -40,6 +40,7 @@
#include "demux.h"
#include "buffer.h"
#include "bswap.h"
+#include "group_audio.h"
#define SND_HEADER_SIZE 24
#define PCM_BLOCK_ALIGN 1024