summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_sysctl.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-19 11:10:33 +0000
committerru <ru@FreeBSD.org>2006-03-19 11:10:33 +0000
commit106242f7bb92f6bf4608b260788264aa932b5fd1 (patch)
treec8a8de78b74817ce20c1f2ccb55b32a8cd9d7e6c /sys/compat/linux/linux_sysctl.c
parentfadb519311e09fd87a52f760f8bf3911198177e9 (diff)
downloadFreeBSD-src-106242f7bb92f6bf4608b260788264aa932b5fd1.zip
FreeBSD-src-106242f7bb92f6bf4608b260788264aa932b5fd1.tar.gz
Unbreak COMPAT_LINUX32 option support on amd64.
Broken by: netchild
Diffstat (limited to 'sys/compat/linux/linux_sysctl.c')
-rw-r--r--sys/compat/linux/linux_sysctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_sysctl.c b/sys/compat/linux/linux_sysctl.c
index c73ba5e..9111dbe 100644
--- a/sys/compat/linux/linux_sysctl.c
+++ b/sys/compat/linux/linux_sysctl.c
@@ -29,6 +29,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_compat.h"
+
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud