diff options
| author | Roy Marples <roy@marples.name> | 2015-01-16 23:01:29 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-01-16 23:01:29 +0000 |
| commit | 72c02c013d607f4675212df4c58752a2fdc054b4 (patch) | |
| tree | 64dd65befaeb9ab120fdf32af32f1bf8558d9617 /if-bsd.c | |
| parent | c36a7aca232c37fd26e7ed2fb3a8143f8ab60d6f (diff) | |
| download | dhcpcd-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
