From 65675a3e24931dda1812cf5090ef7334dca8891e Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Sun, 9 Feb 2014 17:20:59 +0900 Subject: [PATCH] syscall: add missing include statement to bootstrap error code and signal generator LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/54300054 --- src/pkg/syscall/mkerrors.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/syscall/mkerrors.sh b/src/pkg/syscall/mkerrors.sh index d60d1be97a..498e42de42 100755 --- a/src/pkg/syscall/mkerrors.sh +++ b/src/pkg/syscall/mkerrors.sh @@ -306,6 +306,7 @@ echo ')' ( /bin/echo " #include +#include #include #include #include -- 2.48.1