summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-03 18:06:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-03 18:06:44 +0000
commit9ed50adf6f37005c454a0723bee27c3a243f48d2 (patch)
tree958b6d19cf756ad773b7aadc5a10588a4630a693 /sys
parent250472c7887a2e25d5bbbcabfeb52c0385270081 (diff)
need mount.h
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mount.c b/sys/compat/linux/linux_mount.c
index 0b0013e3a43..7f0624d890d 100644
--- a/sys/compat/linux/linux_mount.c
+++ b/sys/compat/linux/linux_mount.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_mount.c,v 1.2 1996/08/03 12:24:25 deraadt Exp $ */
+/* $OpenBSD: linux_mount.c,v 1.3 1996/08/03 18:06:43 deraadt Exp $ */
/*
* Copyright (c) 1996 Erik Theisen
@@ -34,6 +34,7 @@
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/file.h>
+#include <sys/mount.h>
#include <sys/filedesc.h>
#include <sys/syscallargs.h>