diff options
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples"; #include <arpa/inet.h> #include <net/route.h> +#ifdef __linux__ +# include <linux/rtnetlink.h> +#endif + #include <ctype.h> #include <errno.h> #include <getopt.h> |
