From bedc1c9c9646aeadd61706f796fb0fba57aff026 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Sun, 12 Nov 2006 03:34:03 +0000 Subject: [PATCH] Fix mispatch of includes list; allows my kernel to build successfully. --- sys/kern/posix4_mib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index fbb04181ba4..5242b316ee7 100644 --- a/sys/kern/posix4_mib.c +++ b/sys/kern/posix4_mib.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include static int facility[CTL_P1003_1B_MAXID - 1];