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:
e7f8a32
)
- include netinet/in.h for struct sockaddr_in.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 18:15:17 +0000
(18:15 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 18:15:17 +0000
(18:15 -0000)
Closes bug #735
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index acda7f615141e2d1eb0f6dba6b8ba0fdef153dfc..759df8d2617fa56dc14cc4b84a5d658bafb1a3ad 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-19,6
+19,7
@@
#include <termios.h>
#include <stdint.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <features.h>