mirror of
https://github.com/golang/go
synced 2024-11-19 21:04:43 -07: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:
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
Block a user