Commit 0c5c0382 authored by pl's avatar pl

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: file:///var/local/repositories/mplayer/trunk/postproc@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 1da2b479
...@@ -70,11 +70,11 @@ Notes: ...@@ -70,11 +70,11 @@ Notes:
//Changelog: use the CVS log //Changelog: use the CVS log
#include "../config.h"
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../config.h"
#ifdef HAVE_MALLOC_H #ifdef HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif #endif
......
...@@ -70,11 +70,11 @@ Notes: ...@@ -70,11 +70,11 @@ Notes:
//Changelog: use the CVS log //Changelog: use the CVS log
#include "../config.h"
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../config.h"
#ifdef HAVE_MALLOC_H #ifdef HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment