Add opt_ddb.h

This commit is contained in:
gwr 1999-04-08 05:07:35 +00:00
parent 4d67424412
commit f6422020e5

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.44 1999/03/26 23:41:37 mycroft Exp $ */
/* $NetBSD: pmap.c,v 1.45 1999/04/08 05:07:35 gwr Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -111,6 +111,8 @@
* of the previous note does not apply to the sun3x pmap.
*/
#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>