From da2705604461797c4a18b496f6f815e8a14f7a38 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 28 Feb 2003 17:16:21 +0000 Subject: . Add missing include of , needed by for FreeBSD 5.x. This fixes native threads compilation on FreeBSD 5.x. Submitted by: Munehiro Matsuda --- java/jdk14/files/patch-threads_md.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 java/jdk14/files/patch-threads_md.c (limited to 'java/jdk14/files/patch-threads_md.c') diff --git a/java/jdk14/files/patch-threads_md.c b/java/jdk14/files/patch-threads_md.c new file mode 100644 index 000000000000..d29f1c864ecb --- /dev/null +++ b/java/jdk14/files/patch-threads_md.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- ../src/solaris/hpi/native_threads/src/threads_md.c 21 Nov 2001 04:02:04 -0000 1.4 ++++ ../src/solaris/hpi/native_threads/src/threads_md.c 24 Feb 2003 03:17:30 -0000 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + #include + #include + #ifdef __FreeBSD__ -- cgit v1.2.3