summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-07-26 18:41:36 -0700
committerRuss Cox <rsc@golang.org>2010-07-26 18:41:36 -0700
commit74166c66942935684f202aaf19a0d60739479756 (patch)
tree69132a3578ff4cfb297a2ab6a903e9016da04315
parent6a285740a87a46b26fff6900a24b3c9bd2764099 (diff)
downloadgo-74166c66942935684f202aaf19a0d60739479756.tar.gz
gc: include signal.h (fix build)
R=ken2 CC=golang-dev http://codereview.appspot.com/1871049
-rw-r--r--src/cmd/gc/go.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/gc/go.h b/src/cmd/gc/go.h
index 8417872f4..96fce565e 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 <u.h>
+#include <signal.h>
#include <libc.h>
#include <bio.h>