aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-11-10 22:11:08 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-11-10 22:11:08 +0000
commitef7d17237a530f70b6be77b0399d1883d10f3dfd (patch)
treeb0e1f11141ea08ce027435aad286c310b12db885 /sys
parent9aeab9eabe9c19dfbb32d21aa191b958e5cf3c13 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/arm/pmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c
index a79a6d644fb4..2d3cc5a47bf9 100644
--- a/sys/arm/arm/pmap.c
+++ b/sys/arm/arm/pmap.c
@@ -144,6 +144,8 @@
*/
/* Include header files */
+#include "opt_vm.h"
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>