From 9b11336ee7e98a80472e772873096b4433b26465 Mon Sep 17 00:00:00 2001 From: jsalmon3 <> Date: Thu, 1 Aug 2002 21:42:19 +0000 Subject: [PATCH] Fix for VC++ --- src/sound/flac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/flac.cpp b/src/sound/flac.cpp index 152ac6d62..5e5270315 100644 --- a/src/sound/flac.cpp +++ b/src/sound/flac.cpp @@ -35,6 +35,7 @@ #if defined(WITH_SOUND) && defined(USE_FLAC) // { #include <stdlib.h> +#include <string.h> #include "FLAC/stream_decoder.h" #include "myendian.h"