summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 02:17:02 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 02:17:02 +0000
commit0afb7c93318632543a207db4b27c0882ed680435 (patch)
treed54e69da733f4f738f73d5443caf27be0b8f541e /postproc
parent2b1aa3af8629892d1e82808419101b5d64422e33 (diff)
downloadmpv-0afb7c93318632543a207db4b27c0882ed680435.tar.bz2
mpv-0afb7c93318632543a207db4b27c0882ed680435.tar.xz
added missing #include <malloc.h>
#include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/postprocess.c2
-rw-r--r--postproc/postprocess_template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index 902a6298e5..7ea6b35b95 100644
--- a/postproc/postprocess.c
+++ b/postproc/postprocess.c
@@ -70,11 +70,11 @@ Notes:
//Changelog: use the CVS log
+#include "../config.h"
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "../config.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 902a6298e5..7ea6b35b95 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -70,11 +70,11 @@ Notes:
//Changelog: use the CVS log
+#include "../config.h"
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "../config.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif