mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
15 lines
384 B
Plaintext
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>
|
|
|