]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: include "typekind.h" to fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 6 Jun 2012 23:37:05 +0000 (09:37 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 6 Jun 2012 23:37:05 +0000 (09:37 +1000)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6305059

src/pkg/runtime/callback_windows_386.c
src/pkg/runtime/callback_windows_amd64.c

index fcd292fbcdacb783b4acf7858997186eeecc2140..97df7c242f32749e0bed051e391e7b34d0920c15 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "runtime.h"
 #include "type.h"
+#include "typekind.h"
 #include "defs_GOOS_GOARCH.h"
 #include "os_GOOS.h"
 
index 99d7cb9e38fdca12e6bb2081127def083a146d85..0a2e53e6f51c26c630fc7d96c5a35ca1d826d4e8 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "runtime.h"
 #include "type.h"
+#include "typekind.h"
 #include "defs_GOOS_GOARCH.h"
 #include "os_GOOS.h"