--- net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net.c b/net.c index d7839e4..6f9728f 100644 --- a/net.c +++ b/net.c @@ -29,6 +29,7 @@ THE SOFTWARE. #include <sys/uio.h> #include <sys/socket.h> #include <netinet/in.h> +#include <netinet/in_systm.h> #include <netinet/ip.h> #include <arpa/inet.h> #include <errno.h> -- 1.8.4.2
_______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

