Include <sys/systm.h>, if only for printf() prototype.

This commit is contained in:
scw 2000-07-22 19:43:03 +00:00
parent 151ba0d3a5
commit 87143d03cf
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md_root.c,v 1.8 2000/03/18 22:33:03 scw Exp $ */ /* $NetBSD: md_root.c,v 1.9 2000/07/22 19:43:03 scw Exp $ */
/*- /*-
* Copyright (c) 1996 The NetBSD Foundation, Inc. * Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -36,6 +36,7 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <sys/systm.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/reboot.h> #include <sys/reboot.h>