* ctype.h required for isdigit() and friends
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 18:55:07 +0000 (20:55 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 18:55:07 +0000 (20:55 +0200)
citadel/textclient/screen.c

index 607381079b46e77dadc99b13a15f0b849ce1de72..6cdf6dec93a3c82a7e1a74388a19c269507bc2d7 100644 (file)
@@ -8,6 +8,7 @@
 #include <signal.h>
 #include <string.h>
 #include <stdarg.h>
+#include <ctype.h>
 #include <sys/types.h>
 #include "sysdep.h"
 #ifndef HAVE_SNPRINTF