summaryrefslogtreecommitdiffstats
path: root/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-01-16 23:01:29 +0000
committerRoy Marples <roy@marples.name>2015-01-16 23:01:29 +0000
commit72c02c013d607f4675212df4c58752a2fdc054b4 (patch)
tree64dd65befaeb9ab120fdf32af32f1bf8558d9617 /if-bsd.c
parentc36a7aca232c37fd26e7ed2fb3a8143f8ab60d6f (diff)
downloaddhcpcd-72c02c013d607f4675212df4c58752a2fdc054b4.tar.xz
Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger.
Diffstat (limited to 'if-bsd.c')
-rw-r--r--if-bsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if-bsd.c b/if-bsd.c
index 4fd68d46..40ca85cc 100644
--- 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>