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) | |
download | busybox-w32-7becf5987a1712e1366c6b7d3eeab70f3978a089.tar.gz busybox-w32-7becf5987a1712e1366c6b7d3eeab70f3978a089.tar.bz2 busybox-w32-7becf5987a1712e1366c6b7d3eeab70f3978a089.zip |
when compiled standalone, udhcp needs these headers
Diffstat (limited to '')
-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 @@ | |||
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <time.h> | 10 | #include <time.h> |
11 | #include <ctype.h> | 11 | #include <ctype.h> |
12 | #include <netdb.h> | ||
12 | 13 | ||
14 | #include "debug.h" | ||
13 | #include "dhcpd.h" | 15 | #include "dhcpd.h" |
14 | #include "files.h" | 16 | #include "files.h" |
15 | #include "options.h" | 17 | #include "options.h" |