1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Add in the now required malloc.h include. I guess somebody

was busy hackin' w/o checking kernel compiles.
This commit is contained in:
Matt Jacob 2000-04-21 02:05:13 +00:00
parent c88f65e2c0
commit 05914a3f9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59452

View File

@ -43,6 +43,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/queue.h>
#include <sys/malloc.h>
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>