summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_aton.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-12-22 09:02:50 +1100
committerDamien Miller <djm@mindrot.org>2021-12-22 09:02:50 +1100
commit715c892f0a5295b391ae92c26ef4d6a86ea96e8e (patch)
treea6dec7d4903af95a7693578b539b65c16ad48356 /openbsd-compat/inet_aton.c
parent7a7c69d8b4022b1e5c0afb169c416af8ce70f3e8 (diff)
downloadopenssh-git-715c892f0a5295b391ae92c26ef4d6a86ea96e8e.tar.gz
remove sys/param.h in -portable, after upstream
Diffstat (limited to 'openbsd-compat/inet_aton.c')
-rw-r--r--openbsd-compat/inet_aton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/inet_aton.c b/openbsd-compat/inet_aton.c
index 093a1720..5efcc5f0 100644
--- a/openbsd-compat/inet_aton.c
+++ b/openbsd-compat/inet_aton.c
@@ -56,7 +56,6 @@
#if !defined(HAVE_INET_ATON)
#include <sys/types.h>
-#include <sys/param.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <ctype.h>