summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 4d7b206..877436c 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -37,7 +37,8 @@
#ifndef __h_ddb_ddb
#define __h_ddb_ddb 1
-#include "machine/db_machdep.h" /* type definitions */
+#include <machine/db_machdep.h> /* type definitions */
+#include <vm/vm.h>
/*
* Global variables...
OpenPOWER on IntegriCloud