diff options
Diffstat (limited to 'sys/fs/autofs/autofs_vfsops.c')
-rw-r--r-- | sys/fs/autofs/autofs_vfsops.c | 2 |
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 |