From 74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 Mon Sep 17 00:00:00 2001 From: pl Date: Thu, 25 Oct 2001 23:34:14 +0000 Subject: a few warning fixes (missing #include's) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'postproc/postprocess.c') diff --git a/postproc/postprocess.c b/postproc/postprocess.c index dbe60191fb..b097194c92 100644 --- a/postproc/postprocess.c +++ b/postproc/postprocess.c @@ -74,6 +74,9 @@ Notes: #include #include #include "../config.h" +#ifdef HAVE_MALLOC_H +#include +#endif //#undef HAVE_MMX2 //#define HAVE_3DNOW //#undef HAVE_MMX -- cgit v1.2.3