From 7becf5987a1712e1366c6b7d3eeab70f3978a089 Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Tue, 16 Dec 2003 01:42:18 +0000 Subject: [PATCH] when compiled standalone, udhcp needs these headers --- 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"