aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/slice.c
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2012-06-06 17:20:02 -0400
committerRuss Cox <rsc@golang.org>2012-06-06 17:20:02 -0400
commitede6718cd78853d409b8a7dccf8e7f4cedb6dd51 (patch)
treefcb65bf426fdb0041658cdafe8216a206307692e /src/pkg/runtime/slice.c
parentc8cbbd31f0ddfccb26a62d1c13696fce3b53e52c (diff)
downloadgo-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.c1
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;