From 892aec90792ee4f25c3d93804648c986e460bfc5 Mon Sep 17 00:00:00 2001 From: trhodes Date: Sun, 12 Nov 2006 03:34:03 +0000 Subject: Fix mispatch of includes list; allows my kernel to build successfully. --- sys/kern/posix4_mib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index fbb0418..5242b31 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]; -- cgit v1.1