From: Ian Lance Taylor Date: Tue, 24 Dec 2013 16:24:32 +0000 (-0800) Subject: runtime/cgo: include to fix build X-Git-Tag: go1.3beta1~1112 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=59583b09f3165dedd46800f46000c83c92a7faba;p=gostls13.git runtime/cgo: include to fix build R=golang-codereviews TBR=dfc CC=golang-codereviews https://golang.org/cl/43120044 --- diff --git a/src/pkg/runtime/cgo/gcc_freebsd_arm.c b/src/pkg/runtime/cgo/gcc_freebsd_arm.c index 6e0f3b55bc..936f4a973a 100644 --- a/src/pkg/runtime/cgo/gcc_freebsd_arm.c +++ b/src/pkg/runtime/cgo/gcc_freebsd_arm.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "libcgo.h" diff --git a/src/pkg/runtime/cgo/gcc_linux_arm.c b/src/pkg/runtime/cgo/gcc_linux_arm.c index 5edf537dd4..0325681556 100644 --- a/src/pkg/runtime/cgo/gcc_linux_arm.c +++ b/src/pkg/runtime/cgo/gcc_linux_arm.c @@ -4,6 +4,7 @@ #include #include +#include #include "libcgo.h" static void *threadentry(void*);