aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2003-12-16 01:42:18 +0000
committerRuss Dill <Russ.Dill@asu.edu>2003-12-16 01:42:18 +0000
commit7becf5987a1712e1366c6b7d3eeab70f3978a089 (patch)
tree47e66b56214556f94ccb4811c6a3c8b08424dc90 /networking
parenta3170d5aab8a13006fd707666533acab9c164831 (diff)
downloadbusybox-7becf5987a1712e1366c6b7d3eeab70f3978a089.tar.gz
when compiled standalone, udhcp needs these headers
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/files.c2
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"