comparison common.h @ 1444:958d9c0cedba libavcodec

ctype.h is a common header
author bellard
date Mon, 08 Sep 2003 19:58:34 +0000
parents 724e6477f2a8
children 750b460ceb66
comparison
equal deleted inserted replaced
1443:47f4c8a5a7fc 1444:958d9c0cedba
23 # include "config.h" 23 # include "config.h"
24 24
25 # include <stdlib.h> 25 # include <stdlib.h>
26 # include <stdio.h> 26 # include <stdio.h>
27 # include <string.h> 27 # include <string.h>
28 # include <ctype.h>
28 # ifndef __BEOS__ 29 # ifndef __BEOS__
29 # include <errno.h> 30 # include <errno.h>
30 # else 31 # else
31 # include "berrno.h" 32 # include "berrno.h"
32 # endif 33 # endif