From: Russ Cox Date: Tue, 27 Jul 2010 01:41:36 +0000 (-0700) Subject: gc: include signal.h (fix build) X-Git-Tag: weekly.2010-07-29~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=711f075987031ac2df4e8e83d691ffd3eae77c9f;p=gostls13.git gc: include signal.h (fix build) R=ken2 CC=golang-dev https://golang.org/cl/1871049 --- diff --git a/src/cmd/gc/go.h b/src/cmd/gc/go.h index 8417872f40..96fce565ef 100644 --- a/src/cmd/gc/go.h +++ b/src/cmd/gc/go.h @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. #include +#include #include #include