summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-type-interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-type-interface.c')
-rw-r--r--libgo/runtime/go-type-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/go-type-interface.c b/libgo/runtime/go-type-interface.c
index bc3b37c4ba2..9aad720085c 100644
--- a/libgo/runtime/go-type-interface.c
+++ b/libgo/runtime/go-type-interface.c
@@ -4,6 +4,7 @@
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file. */
+#include "runtime.h"
#include "interface.h"
#include "go-type.h"