summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/random_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random_r.c b/lib/random_r.c
index c9786ed13e..0494a9eb72 100644
--- a/lib/random_r.c
+++ b/lib/random_r.c
@@ -61,7 +61,7 @@
#include <limits.h>
#include <stddef.h>
#include <stdlib.h>
-#include <inttypes.h>
+#include <stdint.h>
/* An improved random number generation package. In addition to the standard