2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Should not need sys/param.h here.

This commit is contained in:
Todd C. Miller
2015-01-14 10:55:42 -07:00
parent cb09010da5
commit 6bd40c622b
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#if !defined(HAVE_INET_NTOP)
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

View File

@@ -20,7 +20,6 @@
#if !defined(HAVE_INET_PTON)
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>