Fix build for -CURRENT (malloc.h issue).

PR:		53778
Submitted by:	maintainer
This commit is contained in:
Jimmy Olgeni 2003-06-29 09:07:24 +00:00
parent d09ef49a86
commit aeacf70455
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83805

View 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