From 9c237f3a136b8284d94e858cc8d55967ab090396 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Fri, 16 Mar 2018 16:06:25 +0000 Subject: [PATCH] Add the header file needed for the recently-added call to pagedaemon_wakeup(). --- sys/arm/arm/pmap-v4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/arm/pmap-v4.c b/sys/arm/arm/pmap-v4.c index e9a676bb2c00..e7eddadfad91 100644 --- a/sys/arm/arm/pmap-v4.c +++ b/sys/arm/arm/pmap-v4.c @@ -168,6 +168,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include