summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-08-01 19:26:27 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-08-01 19:26:27 +0000
commit530c006014fae95c670f4b699fef8bb93034bc6d (patch)
tree6dc533c8b591922258259a32957fdee2632a29ac /sys/ddb
parent2df76c160ba5c04ece8efeff418362c9a1adc9f5 (diff)
Notes
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_sym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 1a95c11902a8..99209a89c83c 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -32,9 +32,9 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <sys/pcpu.h>
#include <sys/smp.h>
#include <sys/systm.h>
-#include <sys/vimage.h>
#include <net/vnet.h>