mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 16:25:25 +00:00
added include of netinet/in.h
This commit is contained in:
1
check.c
1
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"
|
||||
|
@@ -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
|
||||
|
1
getcwd.c
1
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 */
|
||||
|
Reference in New Issue
Block a user