diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 12:09:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 12:09:45 +0000 |
commit | dd06f492078dfc8155802817bb01099ab58bd0cb (patch) | |
tree | 2dfc3bd6530c55025cc376894787a08ac421e74c /java/classpath/files | |
parent | faf8ee49c60318dde7a0fda0731dfc27011eedf1 (diff) |
Notes
Diffstat (limited to 'java/classpath/files')
-rw-r--r-- | java/classpath/files/patch-native_jni_native-lib_cpnet.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/classpath/files/patch-native_jni_native-lib_cpnet.h b/java/classpath/files/patch-native_jni_native-lib_cpnet.h new file mode 100644 index 000000000000..efce85c06210 --- /dev/null +++ b/java/classpath/files/patch-native_jni_native-lib_cpnet.h @@ -0,0 +1,14 @@ +--- native/jni/native-lib/cpnet.h.orig 2006-09-08 10:59:57.000000000 +0200 ++++ native/jni/native-lib/cpnet.h 2008-03-31 18:47:54.000000000 +0200 +@@ -41,9 +41,11 @@ + #include <jni.h> + #include <jcl.h> + #include <string.h> + ++#include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in_systm.h> + #include <netinet/in.h> + #include <netinet/ip.h> + + typedef struct { |