]> go.fuhry.dev Git - fsnotify.git/commitdiff
mutex
authorChris Howey <chris@howey.me>
Thu, 7 Feb 2013 03:45:39 +0000 (21:45 -0600)
committerChris Howey <chris@howey.me>
Thu, 7 Feb 2013 03:45:39 +0000 (21:45 -0600)
fsnotify_windows.go

index e79185ff7401905f2e715e775001bd3157fbc9b8..15409335080a74e94b81fd423b5694dd758f1d15 100644 (file)
@@ -14,6 +14,7 @@ import (
        "os"
        "path/filepath"
        "runtime"
+       "sync"
        "syscall"
        "unsafe"
 )