From e97950dd45c3bcca19a240bc193cab9ab77d4d96 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth <hallvard@openldap.org> Date: Sun, 22 Nov 1998 06:41:26 +0000 Subject: [PATCH] Include ac/ctype.h --- clients/fax500/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/fax500/main.c b/clients/fax500/main.c index cf5fb5e7fd..55c94cca29 100644 --- a/clients/fax500/main.c +++ b/clients/fax500/main.c @@ -17,6 +17,7 @@ #include <ac/socket.h> #include <ac/string.h> +#include <ac/ctype.h> #include <ac/syslog.h> #include <ac/time.h> #include <ac/wait.h> -- GitLab