]> 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:23:02 +0000 (11:23 +0100)
src/privsep-bsd.c

index 956299f02a44d6e4adc9c05072d082cc5d895fc3..22472625af522d0b9fcfac3461f74a6317c91d0b 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>