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:
parent
c88f65e2c0
commit
05914a3f9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59452
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user