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:
ab6399a
)
Shaun Jackman points out that we shouldn't depend on netdb.h to include
author
Rob Landley
<rob@landley.net>
Mon, 25 Jul 2005 08:09:51 +0000
(08:09 -0000)
committer
Rob Landley
<rob@landley.net>
Mon, 25 Jul 2005 08:09:51 +0000
(08:09 -0000)
netinet.h for us, although what strange compiler this is expected to
cause problems with wasn't specified...
busybox/include/libbb.h
patch
|
blob
|
history
diff --git
a/busybox/include/libbb.h
b/busybox/include/libbb.h
index 467a15cb2c2c3c883c0c987eeba75a992816383e..c1531eaf5619e5433d82c220d0dfa1d43013471d 100644
(file)
--- a/
busybox/include/libbb.h
+++ b/
busybox/include/libbb.h
@@
-34,6
+34,7
@@
#include <stdint.h>
#include <netdb.h>
+#include <netinet/in.h>
#ifdef DMALLOC
#include <dmalloc.h>