From 38bddc7e7f8a6d7fa8e8d700309faf4ef97153e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 12 Aug 1996 18:15:53 +0200 Subject: [PATCH] now includes <crypt.h> Rev: src/builtin_efuns.c:1.23 --- src/builtin_efuns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/builtin_efuns.c b/src/builtin_efuns.c index f8593a52c7..de64478002 100644 --- a/src/builtin_efuns.c +++ b/src/builtin_efuns.c @@ -27,11 +27,13 @@ #include "memory.h" #include "time_stuff.h" #include <math.h> +#include <ctype.h> #ifdef HAVE_CRYPT_H #include <crypt.h> #endif + void f_equal(INT32 args) { int i; -- GitLab