2013-09-26 17:14:40 +02:00

15 lines
384 B
Plaintext

$NetBSD: patch-ab,v 1.3 2007/01/05 16:48:58 obache Exp $
--- native/jni/native-lib/cpnet.h.orig 2006-09-08 08:59:57.000000000 +0000
+++ native/jni/native-lib/cpnet.h
@@ -43,6 +43,9 @@ exception statement from your version. *
#include <string.h>
#include <sys/socket.h>
+#ifdef __NetBSD__
+#include <netinet/in_systm.h>
+#endif
#include <netinet/in.h>
#include <netinet/ip.h>