Commit 5ae67e1e authored by Alex Brainman's avatar Alex Brainman

include: restore use of signal.h on windows (fixes build)

Change-Id: Ifd983cf50b1ccbe64a45d3b3ad171ef67f608033
Reviewed-on: https://go-review.googlesource.com/3831Reviewed-by: default avatarDave Cheney <dave@cheney.net>
parent f7e78aa5
...@@ -71,6 +71,10 @@ extern "C" { ...@@ -71,6 +71,10 @@ extern "C" {
#include <ctype.h> /* for tolower */ #include <ctype.h> /* for tolower */
#include <time.h> #include <time.h>
#ifdef _WIN32
#include <signal.h>
#endif
/* /*
* OS-specific crap * OS-specific crap
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment