Commit 756c66df 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/ffmpeg/trunk@210 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent be9cdd8d
......@@ -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
......
......@@ -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
......
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