diff options
| author | Roy Marples <roy@marples.name> | 2007-05-10 16:08:49 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-05-10 16:08:49 +0000 |
| commit | c3d07f4c70c363a63fc549364b2f11f276f2056b (patch) | |
| tree | 52c94b9ec375f4957ac5308ff4e1afd523e810ba /dhcpcd.c | |
| parent | 3b963f04a7bd0e30d4944e752a96edc8a5d41e29 (diff) | |
| download | dhcpcd-c3d07f4c70c363a63fc549364b2f11f276f2056b.tar.xz | |
Add support for RFC 4361
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -38,16 +38,14 @@ #include <string.h> #include <unistd.h> +#include "config.h" #include "client.h" #include "dhcpcd.h" #include "dhcp.h" #include "interface.h" #include "logger.h" -#include "pathnames.h" #include "version.h" -#define PACKAGE "dhcpcd" - #define STRINGINT(_string, _int) { \ char *_tmp; \ long _number = strtol (_string, &_tmp, 0); \ |
