diff options
| author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2012-06-06 17:20:02 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-06-06 17:20:02 -0400 |
| commit | ede6718cd78853d409b8a7dccf8e7f4cedb6dd51 (patch) | |
| tree | fcb65bf426fdb0041658cdafe8216a206307692e /src/pkg/runtime/slice.c | |
| parent | c8cbbd31f0ddfccb26a62d1c13696fce3b53e52c (diff) | |
| download | go-ede6718cd78853d409b8a7dccf8e7f4cedb6dd51.tar.xz | |
runtime: move type kinds into a separate file
R=rsc
CC=golang-dev
https://golang.org/cl/6285047
Diffstat (limited to 'src/pkg/runtime/slice.c')
| -rw-r--r-- | src/pkg/runtime/slice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/slice.c b/src/pkg/runtime/slice.c index 3c7c8be0e9..9cb1ccb788 100644 --- a/src/pkg/runtime/slice.c +++ b/src/pkg/runtime/slice.c @@ -5,6 +5,7 @@ #include "runtime.h" #include "arch_GOARCH.h" #include "type.h" +#include "typekind.h" #include "malloc.h" static int32 debug = 0; |
