o Add #include <sys/systm.h> to fix a warning about printf() being

used without a prototype.
This commit is contained in:
Robert Watson 2001-11-26 04:06:47 +00:00
parent 17a4793a19
commit 058a555781

View File

@ -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 {