From: Todd C. Miller Date: Fri, 12 Aug 1994 01:58:03 +0000 (+0000) Subject: added include of netinet/in.h X-Git-Tag: SUDO_1_3_1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=380be0c4c82bcf1599d0c1fdebc19f98cc1a5027;p=sudo added include of netinet/in.h --- diff --git a/check.c b/check.c index bfe3f6be9..86ab84278 100644 --- a/check.c +++ b/check.c @@ -57,6 +57,7 @@ static char rcsid[] = "$Id$"; #include #include #include +#include #include #include "sudo.h" #include "insults.h" diff --git a/find_path.c b/find_path.c index 91925af1e..b85aff53b 100644 --- a/find_path.c +++ b/find_path.c @@ -53,6 +53,7 @@ static char rcsid[] = "$Id$"; #include #include #include +#include #include "sudo.h" #ifndef STDC_HEADERS diff --git a/getcwd.c b/getcwd.c index 6f61f30e3..343743ada 100644 --- a/getcwd.c +++ b/getcwd.c @@ -53,6 +53,7 @@ static char rcsid[] = "$Id$"; #include #include #include +#include #ifndef STDC_HEADERS #ifndef __GNUC__ /* gcc has its own malloc */ diff --git a/getwd.c b/getwd.c index 6f61f30e3..343743ada 100644 --- a/getwd.c +++ b/getwd.c @@ -53,6 +53,7 @@ static char rcsid[] = "$Id$"; #include #include #include +#include #ifndef STDC_HEADERS #ifndef __GNUC__ /* gcc has its own malloc */