From b2e2341dc7a666aa9ec733d6259d4fbab80c5e9b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 12 Jan 2012 21:58:09 +0100 Subject: [PATCH] random_r: Support for MSVC 9. * lib/random_r.c: Include stdint.h, not inttypes.h. --- ChangeLog | 5 +++++ lib/random_r.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.11.0