From: Bruno Haible Date: Thu, 12 Jan 2012 20:58:09 +0000 (+0100) Subject: random_r: Support for MSVC 9. X-Git-Tag: v0.1~1250 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b2e2341dc7a666aa9ec733d6259d4fbab80c5e9b;p=gnulib.git random_r: Support for MSVC 9. * lib/random_r.c: Include stdint.h, not inttypes.h. --- diff --git a/ChangeLog b/ChangeLog index 6b987ad4b..9a0a69a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-12 Bruno Haible + + random_r: Support for MSVC 9. + * lib/random_r.c: Include stdint.h, not inttypes.h. + 2012-01-12 Eric Blake inet_ntop: guard extra work by IF_LINT diff --git a/lib/random_r.c b/lib/random_r.c index c9786ed13..0494a9eb7 100644 --- a/lib/random_r.c +++ b/lib/random_r.c @@ -61,7 +61,7 @@ #include #include #include -#include +#include /* An improved random number generation package. In addition to the standard