#include string.h

This commit is contained in:
Josh Coalson 2001-04-01 05:34:16 +00:00
parent 159ac6259e
commit ec1af65f67

View 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"