From 991bc4e41a66b9a9fd197245bbb95568fc23125d Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 11 Jun 2002 19:03:47 +0000 Subject: . Fix compilation on FreeBSD 4.2 by including PR: 36871 . Fix compilation on -CURRENT using gcc 3.1 by including (for strlen(3)) Reported and tested by: John Angelmo Reviewed by: sobomax Approved by: sobomax --- java/jdk16/files/patch-utils.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 java/jdk16/files/patch-utils.c (limited to 'java/jdk16/files') diff --git a/java/jdk16/files/patch-utils.c b/java/jdk16/files/patch-utils.c new file mode 100644 index 000000000000..75f4b0be64e1 --- /dev/null +++ b/java/jdk16/files/patch-utils.c @@ -0,0 +1,20 @@ +$FreeBSD$ + +--- ../ext/plugin/oji-plugin/src/motif/common/utils.c 25 Aug 2001 17:48:42 -0000 1.2 ++++ ../ext/plugin/oji-plugin/src/motif/common/utils.c 10 Jun 2002 20:27:38 -0000 +@@ -10,6 +10,7 @@ + #include + #include + #ifndef SVR4 ++#include + #include + #endif + #include +@@ -17,6 +18,7 @@ + #include + #include + #include ++#include + #include + #include "plugin_defs.h" + #include "pluginversion.h" -- cgit v1.2.3