summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-01-12 21:58:09 +0100
committerBruno Haible <bruno@clisp.org>2012-01-12 21:58:09 +0100
commitb2e2341dc7a666aa9ec733d6259d4fbab80c5e9b (patch)
tree3e29eeae34413da14471f0f4a9ee755ab08d6cbb /ChangeLog
parent0764a0a97bb929593031f74db3cc8f7ea2b6df3b (diff)
downloadgnulib-b2e2341dc7a666aa9ec733d6259d4fbab80c5e9b.tar.gz
random_r: Support for MSVC 9.
* lib/random_r.c: Include stdint.h, not inttypes.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b987ad4b6..9a0a69a760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-12 Bruno Haible <bruno@clisp.org>
+
+ random_r: Support for MSVC 9.
+ * lib/random_r.c: Include stdint.h, not inttypes.h.
+
2012-01-12 Eric Blake <eblake@redhat.com>
inet_ntop: guard extra work by IF_LINT