diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-03-31 12:01:21 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-03-31 12:01:21 +0000 |
| commit | 57b4252e45134e588365807eef8462db092e0ffb (patch) | |
| tree | f8cc8d866703361e98f57783e3292705ce2d5dbc /sys/i386/linux | |
| parent | e314f69fff8224ad1316f460ec97671cb89896ec (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux')
| -rw-r--r-- | sys/i386/linux/linux_sysvec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 379b4877ff1e..df3f8d15978f 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/exec.h> +#include <sys/fcntl.h> #include <sys/imgact.h> #include <sys/imgact_aout.h> #include <sys/imgact_elf.h> |
