aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-16 12:04:01 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-16 12:04:01 +0000
commit5f46f1c24104a8cacfc3af2189df481178174f27 (patch)
tree674dee7b449a7d612605f7f6842d6c9756d7254a /networking/udhcp/files.c
parentb627c54813183491b9ae664bc92daa6c1c4b1859 (diff)
downloadbusybox-5f46f1c24104a8cacfc3af2189df481178174f27.tar.gz
remove reference to missing header file which is breaking the build
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r--networking/udhcp/files.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c
index 23d8c0094..5cb468378 100644
--- a/networking/udhcp/files.c
+++ b/networking/udhcp/files.c
@@ -11,7 +11,6 @@
#include <ctype.h>
#include <netdb.h>
-#include "debug.h"
#include "dhcpd.h"
#include "files.h"
#include "options.h"