]> granicus.if.org Git - sudo/commitdiff
added include of netinet/in.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 1994 01:58:03 +0000 (01:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 1994 01:58:03 +0000 (01:58 +0000)
check.c
find_path.c
getcwd.c
getwd.c

diff --git a/check.c b/check.c
index bfe3f6be9d0dcb424cefe02836493ab555f03084..86ab84278bce533e8e10bab471f02647550deb6e 100644 (file)
--- a/check.c
+++ b/check.c
@@ -57,6 +57,7 @@ static char rcsid[] = "$Id$";
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/file.h>
+#include <netinet/in.h>
 #include <pwd.h>
 #include "sudo.h"
 #include "insults.h"
index 91925af1e0522f89b53bfcb87f26d0677e977301..b85aff53bb2f6ab7310eb57157284e0898651b1e 100644 (file)
@@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
+#include <netinet/in.h>
 #include "sudo.h"
 
 #ifndef STDC_HEADERS
index 6f61f30e3b9822908a81538bb3e5a9c3d2ae48cf..343743adab694ae6ae0f2e9b321ba337b8490380 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
@@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
+#include <netinet/in.h>
 
 #ifndef STDC_HEADERS
 #ifndef __GNUC__               /* gcc has its own malloc */
diff --git a/getwd.c b/getwd.c
index 6f61f30e3b9822908a81538bb3e5a9c3d2ae48cf..343743adab694ae6ae0f2e9b321ba337b8490380 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
+#include <netinet/in.h>
 
 #ifndef STDC_HEADERS
 #ifndef __GNUC__               /* gcc has its own malloc */