diff options
Diffstat (limited to 'src/demuxers/demux_nsf.c')
-rw-r--r-- | src/demuxers/demux_nsf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_nsf.c b/src/demuxers/demux_nsf.c index 7d0ac49bc..5aa75b9d1 100644 --- a/src/demuxers/demux_nsf.c +++ b/src/demuxers/demux_nsf.c @@ -30,7 +30,7 @@ * For more information regarding the NSF format, visit: * http://www.tripoint.org/kevtris/nes/nsfspec.txt * - * $Id: demux_nsf.c,v 1.14 2003/07/16 00:52:45 andruil Exp $ + * $Id: demux_nsf.c,v 1.15 2003/08/25 21:51:38 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -53,6 +53,7 @@ #include "compat.h" #include "demux.h" #include "bswap.h" +#include "group_audio.h" #define NSF_HEADER_SIZE 0x80 #define NSF_SAMPLERATE 44100 |