From 4b36146a8f1f085928aa4c54e041eace5ae3a11c Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 25 Oct 2010 20:55:07 +0200 Subject: [PATCH] * ctype.h required for isdigit() and friends --- citadel/textclient/screen.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2