summaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c
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/udhcp/files.c
parenta3170d5aab8a13006fd707666533acab9c164831 (diff)
downloadbusybox-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.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 @@
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"