diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-06 19:14:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-06 19:14:16 +0000 |
| commit | d973c0554a70fb0bd8e90aed40d0a13a999139cb (patch) | |
| tree | 2674e80ac1ce96e846ecb84bc99f6ae24713bf6a /sys/i386/linux/linux_misc.c | |
| parent | 94fed3c149e159996c6b80b1395605ae128a7456 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
| -rw-r--r-- | sys/i386/linux/linux_misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 5e04b263975a..dbd77945ddf6 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.3 1995/11/06 12:52:24 davidg Exp $ + * $Id: linux_misc.c,v 1.4 1995/11/22 07:43:48 bde Exp $ */ #include <sys/param.h> @@ -51,6 +51,7 @@ #include <sys/vnode.h> #include <sys/wait.h> +#include <vm/vm.h> #include <vm/vm_kern.h> #include <machine/cpu.h> |
