From: Russ Dill Date: Tue, 16 Dec 2003 01:42:18 +0000 (-0000) Subject: when compiled standalone, udhcp needs these headers X-Git-Tag: 1_00_pre5~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7becf5987a1712e1366c6b7d3eeab70f3978a089;p=platform%2Fupstream%2Fbusybox.git when compiled standalone, udhcp needs these headers --- diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index f6003ff..0597dc3 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"