Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / classpath / patches / patch-ab
blob3b28a0e9e3eca8e0ef0b84da3b8749fe246bd007
1 $NetBSD$
3 --- native/jni/native-lib/cpnet.h.orig  2006-09-08 08:59:57.000000000 +0000
4 +++ native/jni/native-lib/cpnet.h
5 @@ -43,6 +43,9 @@ exception statement from your version. *
6  #include <string.h>
7  
8  #include <sys/socket.h>
9 +#ifdef __NetBSD__
10 +#include <netinet/in_systm.h>
11 +#endif
12  #include <netinet/in.h>
13  #include <netinet/ip.h>