From: Alex Brainman Date: Tue, 3 Feb 2015 23:07:16 +0000 (+1100) Subject: include: restore use of signal.h on windows (fixes build) X-Git-Tag: go1.5beta1~2153 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5ae67e1e4ee87b468e268b21d8f0127b5b0257f8;p=gostls13.git 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 --- diff --git a/include/u.h b/include/u.h index d9acc72acb..f77aa9d897 100644 --- a/include/u.h +++ b/include/u.h @@ -71,6 +71,10 @@ extern "C" { #include /* for tolower */ #include +#ifdef _WIN32 +#include +#endif + /* * OS-specific crap */