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

was busy hackin' w/o checking kernel compiles.
This commit is contained in:
mjacob 2000-04-21 02:05:13 +00:00
parent 3267471cef
commit 9cec119bc0

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>