o Add #include <sys/systm.h> to fix a warning about printf() being
used without a prototype.
This commit is contained in:
parent
17a4793a19
commit
058a555781
@ -48,6 +48,7 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
#include <dev/bktr/bktr_mem.h>
|
||||
|
||||
struct memory_pointers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user