Missing #include.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 6 May 2012 19:31:24 +0000 (19:31 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 6 May 2012 19:31:24 +0000 (19:31 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/utils@9506 cda61777-01e9-0310-a592-d414129be87e

base64/base64.c

index 52d8a12..0a17a16 100644 (file)
@@ -2,6 +2,7 @@
 #include <errno.h>
 #include <string.h>
 #include <stdlib.h>
+#include <ctype.h>
 
 #define isbase64(c) (    ((c) >= 'A' && (c) <= 'Z') || \
                          ((c) >= 'a' && (c) <= 'z') || \