]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
privsep: and again on OpenBSD
authorRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 10:21:38 +0000 (11:21 +0100)
committerRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 10:21:38 +0000 (11:21 +0100)
src/privsep-bsd.c

index ec8c713ebd90f0fa354b44751c6ea3f81d364989..9bcddbd6811a33496a25e9145074c58b29d3ce60 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/ioctl.h>
 
 /* Need these for filtering the ioctls */
+#include <arpa/inet.h>
 #include <net/if.h>
 #include <netinet/if_ether.h>
 #include <netinet/in.h>