diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index f344d8e6eccf..3d1b7140e1aa 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_examine.c,v 1.20 2000/12/28 07:30:06 jmc Exp $ */ +/* $NetBSD: db_examine.c,v 1.21 2001/02/24 00:00:12 cgd Exp $ */ /* * Mach Operating System @@ -30,6 +30,7 @@ */ #include +#include #include #include /* type definitions */