From aa156413c0c830f12bc35a75c8092463d8266c9c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 14 Apr 2005 05:25:40 +0000 Subject: rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite was satisified for the rest of the kernel on the i386 build except for these two files. Rather than adding a submarine include to pcb.h, I've added proc.h here. I forgot to include these with the original commit. Sorry folks. --- sys/ddb/db_print.c | 1 + sys/ddb/db_run.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 8f3f93d..6cffd6d 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 6e466c3..18f9c0d 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include -- cgit v1.1