From: Wilfried Goesgens Date: Mon, 25 Oct 2010 18:55:07 +0000 (+0200) Subject: * ctype.h required for isdigit() and friends X-Git-Tag: v8.01~637^2~1 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4b36146a8f1f085928aa4c54e041eace5ae3a11c;p=citadel.git * ctype.h required for isdigit() and friends --- diff --git a/citadel/textclient/screen.c b/citadel/textclient/screen.c index 607381079..6cdf6dec9 100644 --- a/citadel/textclient/screen.c +++ b/citadel/textclient/screen.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include "sysdep.h" #ifndef HAVE_SNPRINTF