summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-16 18:49:23 +0000
committereivind <eivind@FreeBSD.org>1997-12-16 18:49:23 +0000
commit670fa6a5ddfa88fdffdaf7081a98feb307de3ea3 (patch)
treec9677c23ad5393345993319c95b3b53542c2bf49 /sys/i386/linux/linux_sysent.c
parent274059dce1496710fba9883701ff69b13f8fd6ff (diff)
downloadFreeBSD-src-670fa6a5ddfa88fdffdaf7081a98feb307de3ea3.zip
FreeBSD-src-670fa6a5ddfa88fdffdaf7081a98feb307de3ea3.tar.gz
Make hidden COMPAT_43 dependencies explict. Options in headers is a
pain in the backside.
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index b9bb13e..6e36df4 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -5,6 +5,8 @@
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
+#include "opt_compat.h"
+
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
OpenPOWER on IntegriCloud