summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
diff options
context:
space:
mode:
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