From: Todd C. Miller Date: Fri, 5 Nov 1999 17:00:00 +0000 (+0000) Subject: missing sys/types.h X-Git-Tag: SUDO_1_6_0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d44b9e29fb2e17896bba970a986aeb2b2d628a40;p=sudo missing sys/types.h --- 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$";