aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruss <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-16 01:42:18 +0000
committerruss <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-16 01:42:18 +0000
commit3b7716f03904d9374da7dfe3a2928d601214c85f (patch)
tree47e66b56214556f94ccb4811c6a3c8b08424dc90
parent1d210a61c0d2dde8c1121de2a6bbc53c0c53f836 (diff)
downloadbusybox-w32-3b7716f03904d9374da7dfe3a2928d601214c85f.tar.gz
busybox-w32-3b7716f03904d9374da7dfe3a2928d601214c85f.tar.bz2
busybox-w32-3b7716f03904d9374da7dfe3a2928d601214c85f.zip
when compiled standalone, udhcp needs these headers
git-svn-id: svn://busybox.net/trunk/busybox@8094 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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"