diff --git a/third_party/code.google.com/p/rsc/fuse/fuse_kernel_darwin.go b/third_party/code.google.com/p/rsc/fuse/fuse_kernel_darwin.go index 15e3d98b7..f7bc37766 100644 --- a/third_party/code.google.com/p/rsc/fuse/fuse_kernel_darwin.go +++ b/third_party/code.google.com/p/rsc/fuse/fuse_kernel_darwin.go @@ -1,5 +1,9 @@ package fuse +import ( + "time" +) + type attr struct { Ino uint64 Size uint64