mirror of https://github.com/golang/go.git
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:
parent
90fa13d2b7
commit
f54d61061c
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "runtime.h"
|
||||
#include "type.h"
|
||||
#include "typekind.h"
|
||||
#include "defs_GOOS_GOARCH.h"
|
||||
#include "os_GOOS.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "runtime.h"
|
||||
#include "type.h"
|
||||
#include "typekind.h"
|
||||
#include "defs_GOOS_GOARCH.h"
|
||||
#include "os_GOOS.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue