1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:28:34 -06:00

runtime: include "typekind.h" to fix windows build

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6305059
This commit is contained in:
Alex Brainman 2012-06-07 09:37:05 +10:00
parent 90fa13d2b7
commit f54d61061c
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "runtime.h"
#include "type.h"
#include "typekind.h"
#include "defs_GOOS_GOARCH.h"
#include "os_GOOS.h"

View File

@ -4,6 +4,7 @@
#include "runtime.h"
#include "type.h"
#include "typekind.h"
#include "defs_GOOS_GOARCH.h"
#include "os_GOOS.h"