1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:17:57 -07:00

gc: include signal.h (fix build)

R=ken2
CC=golang-dev
https://golang.org/cl/1871049
This commit is contained in:
Russ Cox 2010-07-26 18:41:36 -07:00
parent 0b133d8ac1
commit 711f075987

View 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>