added missing #include <malloc.h>

#include "config.h" moved as 1st #include since it defines HAVE_foo_h for
  later conditional inclusions

Originally committed as revision 2776 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
pull/126/head
Pierre Lombard 24 years ago
parent 9395185f9e
commit 6c426cff79
  1. 2
      postproc/postprocess.c
  2. 2
      postproc/postprocess_template.c

@ -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:
//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

Loading…
Cancel
Save