]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
privsep: Fix compile on Dragonfly BSD
authorRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 09:23:19 +0000 (10:23 +0100)
committerRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 09:23:57 +0000 (10:23 +0100)
src/privsep-bsd.c

index 82309e157adf6fdc595f89d0afb4747c8c5c2f8b..956299f02a44d6e4adc9c05072d082cc5d895fc3 100644 (file)
@@ -30,6 +30,7 @@
 
 /* Need these for filtering the ioctls */
 #include <net/if.h>
+#include <netinet/if_ether.h>
 #include <netinet/in.h>
 #include <netinet6/in6_var.h>
 #include <netinet6/nd6.h>