summaryrefslogtreecommitdiff
path: root/postproc/postprocess_template.c
diff options
context:
space:
mode:
authorPierre Lombard <p_l@gmx.fr>2001-10-25 23:34:14 +0000
committerPierre Lombard <p_l@gmx.fr>2001-10-25 23:34:14 +0000
commitdda87e9fbb4f3bdadd46e511ec3de4965599eee5 (patch)
treec39b17ccda5cb7b5db5363baa09b9e1ee204594a /postproc/postprocess_template.c
parente0f8ffae998bc34de88191c476fdd3020ed3c3ac (diff)
a few warning fixes (missing #include's)
Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess_template.c')
-rw-r--r--postproc/postprocess_template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index dbe60191fb..b097194c92 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -74,6 +74,9 @@ Notes:
#include <stdlib.h>
#include <string.h>
#include "../config.h"
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX