summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mount.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-03 18:06:43 +0000
committerderaadt <deraadt@openbsd.org>1996-08-03 18:06:43 +0000
commitf22abe287efbebb41c486cd7a871d0936814633b (patch)
tree8075306af74321dbe444f0ebcc0f4443eb861dda /sys/compat/linux/linux_mount.c
parentdst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.edu (diff)
downloadwireguard-openbsd-f22abe287efbebb41c486cd7a871d0936814633b.tar.xz
wireguard-openbsd-f22abe287efbebb41c486cd7a871d0936814633b.zip
need mount.h
Diffstat (limited to 'sys/compat/linux/linux_mount.c')
-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>