From c5b102f5841b10eebc95f59aac7b7af591cbbd2c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 6 Jul 2007 00:41:53 +0000 Subject: [PATCH] Fix warning - add missing #include Submitted by: mjacob Approved by: re (rwatson) --- sys/sun4v/sun4v/mp_machdep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sun4v/sun4v/mp_machdep.c b/sys/sun4v/sun4v/mp_machdep.c index acf91c3cb3f..5c13b328eb2 100644 --- a/sys/sun4v/sun4v/mp_machdep.c +++ b/sys/sun4v/sun4v/mp_machdep.c @@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include