#include string.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 1 Apr 2001 05:34:16 +0000 (05:34 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 1 Apr 2001 05:34:16 +0000 (05:34 +0000)
src/libFLAC/stream_decoder.c

index ff9651d..93c305c 100644 (file)
@@ -20,6 +20,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h> /* for malloc() */
+#include <string.h> /* for memset/memcpy() */
 #include "FLAC/stream_decoder.h"
 #include "private/bitbuffer.h"
 #include "private/crc.h"