diff options
author | ru <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
commit | 106242f7bb92f6bf4608b260788264aa932b5fd1 (patch) | |
tree | c8a8de78b74817ce20c1f2ccb55b32a8cd9d7e6c /sys/compat/linux/linux_stats.c | |
parent | fadb519311e09fd87a52f760f8bf3911198177e9 (diff) | |
download | FreeBSD-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_stats.c')
-rw-r--r-- | sys/compat/linux/linux_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index 3364d60..f4f1bbd 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -29,6 +29,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_compat.h" #include "opt_mac.h" #include <sys/param.h> |