]> Cypherpunks repositories - gostls13.git/commitdiff
gc: include signal.h (fix build)
authorRuss Cox <rsc@golang.org>
Tue, 27 Jul 2010 01:41:36 +0000 (18:41 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Jul 2010 01:41:36 +0000 (18:41 -0700)
R=ken2
CC=golang-dev
https://golang.org/cl/1871049

src/cmd/gc/go.h

index 8417872f408326b858e5ff4ce7523b8f506976e1..96fce565ef99cfc173ce5355e0fbf99440a36249 100644 (file)
@@ -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>