diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2003-12-16 01:42:18 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2003-12-16 01:42:18 +0000 |
commit | 7becf5987a1712e1366c6b7d3eeab70f3978a089 (patch) | |
tree | 47e66b56214556f94ccb4811c6a3c8b08424dc90 /networking/udhcp/files.c | |
parent | a3170d5aab8a13006fd707666533acab9c164831 (diff) |
when compiled standalone, udhcp needs these headers
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index f6003ff66..0597dc310 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -9,7 +9,9 @@ #include <stdlib.h> #include <time.h> #include <ctype.h> +#include <netdb.h> +#include "debug.h" #include "dhcpd.h" #include "files.h" #include "options.h" |