From aeacf70455b0ce575740ee1b1ae50161e9cbf8b0 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 29 Jun 2003 09:07:24 +0000 Subject: Fix build for -CURRENT (malloc.h issue). PR: 53778 Submitted by: maintainer --- java/jmp/files/patch-hash.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jmp/files/patch-hash.c (limited to 'java') diff --git a/java/jmp/files/patch-hash.c b/java/jmp/files/patch-hash.c new file mode 100644 index 000000000000..43b7f1e1176e --- /dev/null +++ b/java/jmp/files/patch-hash.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- hash.c Thu Jun 26 16:23:50 2003 ++++ hash.c Thu Jun 26 16:23:20 2003 +@@ -1,7 +1,7 @@ + /* Handle a hash table. + */ + +-#include ++#include + #include + + struct hashnode -- cgit v1.2.3