]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Include paths.h for _PATH_BPF
authorRoy Marples <roy@marples.name>
Wed, 8 Mar 2017 09:00:51 +0000 (09:00 +0000)
committerRoy Marples <roy@marples.name>
Wed, 8 Mar 2017 09:00:51 +0000 (09:00 +0000)
bpf.c

diff --git a/bpf.c b/bpf.c
index 1de88739f3e52094060c772992af331b3be06847..360b677d1ffcf60e99dbab09a11808c73f404885 100644 (file)
--- a/bpf.c
+++ b/bpf.c
@@ -43,6 +43,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <paths.h>
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>