summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_examine.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-05-13 06:07:44 +0000
committerbde <bde@FreeBSD.org>1999-05-13 06:07:44 +0000
commit39c8a35bcf09d7665371e8ccb607213f1ceb11a0 (patch)
tree42b4c2a6eef2535934af9d6c817a93c6ea1fffa5 /sys/ddb/db_examine.c
parent9cc4839a7c11d2d2ac45f57b016853f7352f2154 (diff)
downloadFreeBSD-src-39c8a35bcf09d7665371e8ccb607213f1ceb11a0.zip
FreeBSD-src-39c8a35bcf09d7665371e8ccb607213f1ceb11a0.tar.gz
Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work
for builtin functions.
Diffstat (limited to 'sys/ddb/db_examine.c')
-rw-r--r--sys/ddb/db_examine.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c
index 464197d..8e0e1db 100644
--- a/sys/ddb/db_examine.c
+++ b/sys/ddb/db_examine.c
@@ -23,14 +23,16 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_examine.c,v 1.23 1998/07/08 06:27:22 bde Exp $
+ * $Id: db_examine.c,v 1.24 1998/07/08 10:53:47 bde Exp $
*/
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
*/
+
#include <sys/param.h>
+#include <sys/systm.h>
#include <ddb/ddb.h>
OpenPOWER on IntegriCloud