- include netinet/in.h for struct sockaddr_in.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 18:15:17 +0000 (18:15 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 18:15:17 +0000 (18:15 -0000)
  Closes bug #735

include/libbb.h

index acda7f615141e2d1eb0f6dba6b8ba0fdef153dfc..759df8d2617fa56dc14cc4b84a5d658bafb1a3ad 100644 (file)
@@ -19,6 +19,7 @@
 #include <termios.h>
 #include <stdint.h>
 
+#include <netinet/in.h>
 #include <netdb.h>
 
 #include <features.h>