From d44b9e29fb2e17896bba970a986aeb2b2d628a40 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 5 Nov 1999 17:00:00 +0000 Subject: [PATCH] missing sys/types.h --- strcasecmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/strcasecmp.c b/strcasecmp.c index 62d7ba078..1f201c0e7 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -30,6 +30,7 @@ */ #include "config.h" +#include #ifndef lint static const char rcsid[] = "$Sudo$"; -- 2.50.1