[Babel-users] [PATCH] Fix headers for NetBSD
Baptiste Jonglez
baptiste.jonglez at ens-lyon.fr
Thu Nov 7 23:22:01 UTC 2013
---
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
More information about the Babel-users
mailing list