summaryrefslogtreecommitdiff
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-w32-5f46f1c24104a8cacfc3af2189df481178174f27.tar.gz
busybox-w32-5f46f1c24104a8cacfc3af2189df481178174f27.tar.bz2
busybox-w32-5f46f1c24104a8cacfc3af2189df481178174f27.zip
remove reference to missing header file which is breaking the build
Diffstat (limited to '')
-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 @@
11#include <ctype.h> 11#include <ctype.h>
12#include <netdb.h> 12#include <netdb.h>
13 13
14#include "debug.h"
15#include "dhcpd.h" 14#include "dhcpd.h"
16#include "files.h" 15#include "files.h"
17#include "options.h" 16#include "options.h"