added ninclude of netinet/in.h

This commit is contained in:
Todd C. Miller
1994-08-12 01:58:58 +00:00
parent 380be0c4c8
commit 835b10be21
3 changed files with 4 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ static char rcsid[] = "$Id$";
#include <sys/param.h> #include <sys/param.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/errno.h> #include <sys/errno.h>
#include <netinet/in.h>
#include "sudo.h" #include "sudo.h"
/* /*

View File

@@ -49,6 +49,7 @@ static char rcsid[] = "$Id$";
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/param.h> #include <sys/param.h>
#include <netinet/in.h>
#include "sudo.h" #include "sudo.h"

View File

@@ -39,6 +39,7 @@ static char rcsid[] = "$Id$";
#include <malloc.h> #include <malloc.h>
#endif /* HAVE_MALLOC_H */ #endif /* HAVE_MALLOC_H */
#include <sys/param.h> #include <sys/param.h>
#include <netinet/in.h>
#include "sudo.h" #include "sudo.h"