diff 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
line wrap: on
line diff
--- a/common.h	Mon Sep 08 04:10:59 2003 +0000
+++ b/common.h	Mon Sep 08 19:58:34 2003 +0000
@@ -25,6 +25,7 @@
 #    include <stdlib.h>
 #    include <stdio.h>
 #    include <string.h>
+#    include <ctype.h>
 #    ifndef __BEOS__
 #        include <errno.h>
 #    else