diff options
author | Eric Andersen | 2003-12-16 12:04:01 +0000 |
---|---|---|
committer | Eric Andersen | 2003-12-16 12:04:01 +0000 |
commit | 5f46f1c24104a8cacfc3af2189df481178174f27 (patch) | |
tree | 674dee7b449a7d612605f7f6842d6c9756d7254a /networking | |
parent | b627c54813183491b9ae664bc92daa6c1c4b1859 (diff) | |
download | busybox-5f46f1c24104a8cacfc3af2189df481178174f27.zip busybox-5f46f1c24104a8cacfc3af2189df481178174f27.tar.gz |
remove reference to missing header file which is breaking the build
Diffstat (limited to 'networking')
-rw-r--r-- | networking/udhcp/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 23d8c00..5cb4683 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" |