From: Bruno Haible Date: Mon, 21 Apr 2008 21:45:08 +0000 (+0200) Subject: Fix compilation error on mingw. X-Git-Tag: v0.1~7518 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2958cd809c393ae1c35298e3d98dbc1aa52f4c39;p=gnulib.git Fix compilation error on mingw. --- diff --git a/ChangeLog b/ChangeLog index 9266f7fe7..2be1c539e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-20 Bruno Haible + + * lib/gc-gnulib.c: Include before . + 2008-04-21 Eric Blake Work around preprocessors that don't handle UINTMAX_MAX. diff --git a/lib/gc-gnulib.c b/lib/gc-gnulib.c index eb6c403c6..fabc663bc 100644 --- a/lib/gc-gnulib.c +++ b/lib/gc-gnulib.c @@ -75,6 +75,7 @@ #ifdef GNULIB_GC_RANDOM # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +# include # include HCRYPTPROV g_hProv = 0; # endif