diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2013-02-14 19:38:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2013-02-14 19:38:04 +0000 |
| commit | 174b5f385023a583e4a89f1e213ab586d332065a (patch) | |
| tree | 9ce69d8929bab711849cbe231b415798864b53b5 /sys/x86 | |
| parent | e593549587ada88ac9d3554436af2547d110221b (diff) | |
Notes
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/acpica/srat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/x86/acpica/srat.c b/sys/x86/acpica/srat.c index 6c6eb8f1e3b4..d440de71792f 100644 --- a/sys/x86/acpica/srat.c +++ b/sys/x86/acpica/srat.c @@ -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> |
