comparison postproc/swscale.c @ 14698:16b3c8e291ff

FreeBSD fix
author nexus
date Mon, 14 Feb 2005 13:29:55 +0000
parents 734239808489
children 1fab95e4513c
comparison
equal deleted inserted replaced
14697:bfa0e90af913 14698:16b3c8e291ff
51 51
52 #include <inttypes.h> 52 #include <inttypes.h>
53 #include <string.h> 53 #include <string.h>
54 #include <math.h> 54 #include <math.h>
55 #include <stdio.h> 55 #include <stdio.h>
56 #include <unistd.h>
56 #include "../config.h" 57 #include "../config.h"
57 #include "../mangle.h" 58 #include "../mangle.h"
58 #include <assert.h> 59 #include <assert.h>
59 #ifdef HAVE_MALLOC_H 60 #ifdef HAVE_MALLOC_H
60 #include <malloc.h> 61 #include <malloc.h>