mirror of
https://github.com/golang/go
synced 2024-11-24 21:00:09 -07:00
gc: include signal.h (fix build)
R=ken2 CC=golang-dev https://golang.org/cl/1871049
This commit is contained in:
parent
0b133d8ac1
commit
711f075987
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user