comparison postproc/postprocess.c @ 2775:8e3875816f6d

added missing #include <malloc.h> #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions
author pl
date Fri, 09 Nov 2001 02:17:02 +0000
parents 9ef09e232505
children a78ac799a300
comparison
equal deleted inserted replaced
2774:039568c6947d 2775:8e3875816f6d
68 Notes: 68 Notes:
69 */ 69 */
70 70
71 //Changelog: use the CVS log 71 //Changelog: use the CVS log
72 72
73 #include "../config.h"
73 #include <inttypes.h> 74 #include <inttypes.h>
74 #include <stdio.h> 75 #include <stdio.h>
75 #include <stdlib.h> 76 #include <stdlib.h>
76 #include <string.h> 77 #include <string.h>
77 #include "../config.h"
78 #ifdef HAVE_MALLOC_H 78 #ifdef HAVE_MALLOC_H
79 #include <malloc.h> 79 #include <malloc.h>
80 #endif 80 #endif
81 //#undef HAVE_MMX2 81 //#undef HAVE_MMX2
82 //#define HAVE_3DNOW 82 //#define HAVE_3DNOW