comparison postproc/postprocess.c @ 2476:a6c5a537f30a

a few warning fixes (missing #include's)
author pl
date Thu, 25 Oct 2001 23:34:14 +0000
parents 3369845d92f4
children 830c0e171d7d
comparison
equal deleted inserted replaced
2475:3369845d92f4 2476:a6c5a537f30a
72 #include <inttypes.h> 72 #include <inttypes.h>
73 #include <stdio.h> 73 #include <stdio.h>
74 #include <stdlib.h> 74 #include <stdlib.h>
75 #include <string.h> 75 #include <string.h>
76 #include "../config.h" 76 #include "../config.h"
77 #ifdef HAVE_MALLOC_H
78 #include <malloc.h>
79 #endif
77 //#undef HAVE_MMX2 80 //#undef HAVE_MMX2
78 //#define HAVE_3DNOW 81 //#define HAVE_3DNOW
79 //#undef HAVE_MMX 82 //#undef HAVE_MMX
80 #include "postprocess.h" 83 #include "postprocess.h"
81 84