]> Cypherpunks repositories - gostls13.git/commitdiff
windows: fix build
authorRob Pike <r@golang.org>
Thu, 16 Feb 2012 05:07:26 +0000 (16:07 +1100)
committerRob Pike <r@golang.org>
Thu, 16 Feb 2012 05:07:26 +0000 (16:07 +1100)
R=golang-dev
TBR=dsymonds
CC=golang-dev
https://golang.org/cl/5673064

src/pkg/exp/winfsnotify/winfsnotify_test.go

index 3f8ef504e972959d2abd61deae0f706a6f01ad7f..4a1929a839715c01bd865124f3fc9b3a6a47ca68 100644 (file)
@@ -7,6 +7,7 @@
 package winfsnotify
 
 import (
+       "io/ioutil"
        "os"
        "testing"
        "time"