From ede6718cd78853d409b8a7dccf8e7f4cedb6dd51 Mon Sep 17 00:00:00 2001 From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Wed, 6 Jun 2012 17:20:02 -0400 Subject: runtime: move type kinds into a separate file R=rsc CC=golang-dev https://golang.org/cl/6285047 --- src/pkg/runtime/slice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/slice.c') 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; -- cgit v1.3-5-g9baa