diff options
Diffstat (limited to 'sys/fs/autofs/autofs_vnops.c')
-rw-r--r-- | sys/fs/autofs/autofs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/autofs/autofs_vnops.c b/sys/fs/autofs/autofs_vnops.c index f1c96b4..3427a62 100644 --- a/sys/fs/autofs/autofs_vnops.c +++ b/sys/fs/autofs/autofs_vnops.c @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$"); #include <machine/atomic.h> #include <vm/uma.h> -#include "autofs.h" +#include <fs/autofs/autofs.h> static int autofs_trigger_vn(struct vnode *vp, const char *path, int pathlen, struct vnode **newvp); |