freebsd-ports/java/jmp/files/patch-hash.c
Jimmy Olgeni aeacf70455 Fix build for -CURRENT (malloc.h issue).
PR:		53778
Submitted by:	maintainer
2003-06-29 09:07:24 +00:00

13 lines
210 B
C

$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