summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-range.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-map-range.c')
-rw-r--r--libgo/runtime/go-map-range.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/go-map-range.c b/libgo/runtime/go-map-range.c
index 54444bc2104..5dbb92ccb89 100644
--- a/libgo/runtime/go-map-range.c
+++ b/libgo/runtime/go-map-range.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 "go-assert.h"
#include "map.h"