From 3b7716f03904d9374da7dfe3a2928d601214c85f Mon Sep 17 00:00:00 2001 From: russ Date: Tue, 16 Dec 2003 01:42:18 +0000 Subject: when compiled standalone, udhcp needs these headers git-svn-id: svn://busybox.net/trunk/busybox@8094 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/udhcp/files.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include +#include +#include "debug.h" #include "dhcpd.h" #include "files.h" #include "options.h" -- cgit v1.2.3-55-g6feb