]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger.
authorRoy Marples <roy@marples.name>
Fri, 16 Jan 2015 23:01:29 +0000 (23:01 +0000)
committerRoy Marples <roy@marples.name>
Fri, 16 Jan 2015 23:01:29 +0000 (23:01 +0000)
if-bsd.c

index 4fd68d46ee4fe2e9a91ff0941863130daf71b965..40ca85cc31259c4e50d1efcc76523da5628777ac 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -61,6 +61,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <fnmatch.h>
+#include <paths.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>