From dd005502f0069cad963b31a0161956a09733a54a Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Thu, 23 Jul 2015 16:23:45 +1000 Subject: [PATCH] Fixed a build error. --- unmount.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unmount.go b/unmount.go index e261333..7acec46 100644 --- a/unmount.go +++ b/unmount.go @@ -14,6 +14,8 @@ package fuse +import "github.com/jacobsa/fuse/internal/fuseshim" + // Attempt to unmount the file system whose mount point is the supplied // directory. func Unmount(dir string) error {