summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuuk van Dijk <lvd@golang.org>2010-12-01 00:19:00 +0100
committerLuuk van Dijk <lvd@golang.org>2010-12-01 00:19:00 +0100
commit555feea117532a5c033478997e1ce9b77b4f8eea (patch)
treeb2353e4501ce156e0a419e32a25dc5b5a512abee
parentfdeda13f9ebb49d14b9b727a4c2013669d81ac90 (diff)
downloadgo-git-555feea117532a5c033478997e1ce9b77b4f8eea.tar.gz
runtime: fix windows breakage
R=iant CC=golang-dev https://golang.org/cl/3344044
-rw-r--r--src/pkg/runtime/windows/runtime_defs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/windows/runtime_defs.go b/src/pkg/runtime/windows/runtime_defs.go
index 3a0917a251..34a9b32597 100644
--- a/src/pkg/runtime/windows/runtime_defs.go
+++ b/src/pkg/runtime/windows/runtime_defs.go
@@ -6,6 +6,8 @@
package runtime
+import "unsafe"
+
const (
Windows = 1
)