From ad730459eda013b73300c4841051a355332030f0 Mon Sep 17 00:00:00 2001 From: Bohdan Horst Date: Wed, 25 Aug 2004 00:01:34 +0000 Subject: bsd patch by (Bohdan Horst ) Originally committed as revision 3413 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dtsdec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/dtsdec.c') diff --git a/libavcodec/dtsdec.c b/libavcodec/dtsdec.c index 397e74cceb..128d60f9ba 100644 --- a/libavcodec/dtsdec.c +++ b/libavcodec/dtsdec.c @@ -28,7 +28,10 @@ #include #include + +#ifdef HAVE_MALLOC_H #include +#endif #define INBUF_SIZE 4096 #define BUFFER_SIZE 4096 -- cgit v1.2.3