diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-31 10:37:26 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-31 10:37:26 +0000 |
commit | 372a715b2656521b7f9996e843503eaf6c1ba662 (patch) | |
tree | fb630d81618b5c0f31dcd1cccba54763aff19d5f /sys/ddb/db_sym.c | |
parent | 2bfce6e09bd489a54af36e827ccff55a0bdbabd4 (diff) |
-Wall and -Wstrict-prototypes cleanup
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 3e7bd51e8fc..e56033f83c2 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.10 1996/05/20 13:30:07 mickey Exp $ */ +/* $OpenBSD: db_sym.c,v 1.11 1996/05/31 10:37:25 niklas Exp $ */ /* $NetBSD: db_sym.c,v 1.12 1996/02/05 01:57:15 christos Exp $ */ /* @@ -30,6 +30,7 @@ #include <sys/param.h> #include <sys/proc.h> #include <sys/malloc.h> +#include <sys/systm.h> #include <machine/db_machdep.h> |