From 87f90af6e4825d0640770331d4a17eb12fa2625b Mon Sep 17 00:00:00 2001 From: trasz Date: Sun, 31 Aug 2014 21:49:45 +0000 Subject: MFC r270281: Fix includes. Suggested by: pluknet@ Sponsored by: The FreeBSD Foundation --- sys/fs/autofs/autofs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/autofs/autofs_vfsops.c') 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 #include -#include "autofs.h" +#include static const char *autofs_opts[] = { "from", "master_options", "master_prefix", NULL -- cgit v1.1