mirror of
https://github.com/golang/go
synced 2024-11-18 15:54:42 -07:00
include: restore use of signal.h on windows (fixes build)
Change-Id: Ifd983cf50b1ccbe64a45d3b3ad171ef67f608033 Reviewed-on: https://go-review.googlesource.com/3831 Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
f7e78aa586
commit
5ae67e1e4e
@ -71,6 +71,10 @@ extern "C" {
|
||||
#include <ctype.h> /* for tolower */
|
||||
#include <time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* OS-specific crap
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user