]> granicus.if.org Git - sudo/commitdiff
added ninclude of netinet/in.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 1994 01:58:58 +0000 (01:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 1994 01:58:58 +0000 (01:58 +0000)
logging.c
sudo_realpath.c
sudo_setenv.c

index 1a9f14fd03e53edbde417911f732af3d23b40ffd..6a4be7cc6e739664d5857630f71e5576f5cb816d 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -58,6 +58,8 @@ static char rcsid[] = "$Id$";
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/errno.h>
+#include <netinet/in.h>
+
 #include "sudo.h"
 
 /*
index f53c03ebace5746203e2531f37efa075c81aeb37..3fff7c80e9fa082a7e2d992b6dae2a25e04cd73b 100644 (file)
@@ -49,6 +49,7 @@ static char rcsid[] = "$Id$";
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
+#include <netinet/in.h>
 
 #include "sudo.h"
 
index a046be1373a40ab4fd502a576a1d2235234664f1..e396ff903eb0120b241757c44937fd480080a454 100644 (file)
@@ -39,6 +39,7 @@ static char rcsid[] = "$Id$";
 #include <malloc.h>
 #endif /* HAVE_MALLOC_H */
 #include <sys/param.h>
+#include <netinet/in.h>
 
 #include "sudo.h"