mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build for -CURRENT (malloc.h issue).
PR: 53778 Submitted by: maintainer
This commit is contained in:
parent
d09ef49a86
commit
aeacf70455
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83805
1 changed files with 13 additions and 0 deletions
13
java/jmp/files/patch-hash.c
Normal file
13
java/jmp/files/patch-hash.c
Normal file
|
@ -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 <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <jmp.h>
|
||||
|
||||
struct hashnode
|
Loading…
Add table
Reference in a new issue