aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/common.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-08 19:58:34 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-09-08 19:58:34 +0000
commit56c4a1846442f832055afeb43a4e873878f5b596 (patch)
treec8dac6c829b058f689d5c924a8414f284dfaed70 /libavcodec/common.h
parent25f90cf76a77be0ecdf1563710e35b4762be1d64 (diff)
downloadffmpeg-56c4a1846442f832055afeb43a4e873878f5b596.tar.gz
ctype.h is a common header
Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r--libavcodec/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 48db261155..c1b1d47485 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -25,6 +25,7 @@
# include <stdlib.h>
# include <stdio.h>
# include <string.h>
+# include <ctype.h>
# ifndef __BEOS__
# include <errno.h>
# else