summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mib.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_mib.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_mib.c')
-rw-r--r--sys/compat/linux/linux_mib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c
index c7398c1..0721d52 100644
--- a/sys/compat/linux/linux_mib.c
+++ b/sys/compat/linux/linux_mib.c
@@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$");
#include <sys/lock.h>
#include <sys/mutex.h>
+#include "opt_compat.h"
+
#ifdef COMPAT_LINUX32
#include <machine/../linux32/linux.h>
#else
OpenPOWER on IntegriCloud