[Midnightbsd-cvs] src [9467] trunk/sys/x86/acpica/srat.c: opt_vm.h should be there
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 5 14:42:13 EST 2017
Revision: 9467
http://svnweb.midnightbsd.org/src/?rev=9467
Author: laffer1
Date: 2017-03-05 14:42:13 -0500 (Sun, 05 Mar 2017)
Log Message:
-----------
opt_vm.h should be there
Modified Paths:
--------------
trunk/sys/x86/acpica/srat.c
Modified: trunk/sys/x86/acpica/srat.c
===================================================================
--- trunk/sys/x86/acpica/srat.c 2017-03-05 19:41:37 UTC (rev 9466)
+++ trunk/sys/x86/acpica/srat.c 2017-03-05 19:42:13 UTC (rev 9467)
@@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_vm.h"
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
More information about the Midnightbsd-cvs
mailing list