projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3170d5
)
when compiled standalone, udhcp needs these headers
author
Russ Dill
<Russ.Dill@asu.edu>
Tue, 16 Dec 2003 01:42:18 +0000
(
01:42
-0000)
committer
Russ Dill
<Russ.Dill@asu.edu>
Tue, 16 Dec 2003 01:42:18 +0000
(
01:42
-0000)
networking/udhcp/files.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/files.c
b/networking/udhcp/files.c
index f6003ff66d0f119030422af55943df628c02e1a1..0597dc310e9604f99433a3be11fe173f524be5b4 100644
(file)
--- a/
networking/udhcp/files.c
+++ b/
networking/udhcp/files.c
@@
-9,7
+9,9
@@
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
+#include <netdb.h>
+#include "debug.h"
#include "dhcpd.h"
#include "files.h"
#include "options.h"