summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs/autofs_vfsops.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-08-31 21:49:45 +0000
committertrasz <trasz@FreeBSD.org>2014-08-31 21:49:45 +0000
commit87f90af6e4825d0640770331d4a17eb12fa2625b (patch)
tree5e78d401280563d2df0bd2d4b0c547d7e8bcaabc /sys/fs/autofs/autofs_vfsops.c
parentab3fae8a9efadf544e2294cc0a373cb61be4ff84 (diff)
downloadFreeBSD-src-87f90af6e4825d0640770331d4a17eb12fa2625b.zip
FreeBSD-src-87f90af6e4825d0640770331d4a17eb12fa2625b.tar.gz
MFC r270281:
Fix includes. Suggested by: pluknet@ Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/fs/autofs/autofs_vfsops.c')
-rw-r--r--sys/fs/autofs/autofs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/autofs/autofs_vfsops.c b/sys/fs/autofs/autofs_vfsops.c
index d7479e6..74d2334 100644
--- a/sys/fs/autofs/autofs_vfsops.c
+++ b/sys/fs/autofs/autofs_vfsops.c
@@ -42,7 +42,7 @@
#include <sys/sx.h>
#include <sys/vnode.h>
-#include "autofs.h"
+#include <fs/autofs/autofs.h>
static const char *autofs_opts[] = {
"from", "master_options", "master_prefix", NULL
OpenPOWER on IntegriCloud