modules/stdlib (Depends-on): Add stdint.
authorSimon Josefsson <simon@josefsson.org>
Tue, 24 Mar 2009 19:53:51 +0000 (20:53 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 24 Mar 2009 19:53:51 +0000 (20:53 +0100)
Needed when defining struct random_data on, for example, HP-UX 10.20.
Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.

ChangeLog
modules/stdlib

index fdc497f06b8fbb7c6dc9cf5c60fa7c1c30c41de1..5dcebf9287c809b152d910881b510f7c11c13406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-24  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/stdlib (Depends-on): Add stdint, needed when defining
+       struct random_data on, for example, HP-UX 10.20.  Reported by
+       Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
+
 2009-03-24  Simon Josefsson  <simon@josefsson.org>
 
        * lib/readline.c (readline): Call fflush on stdout after printing
index 38cc2be632e524ee38240d0ba06f02420390e88d..fda33728e701f2c313cdb486f683a9891d9076f2 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 include_next
 link-warning
 unistd
+stdint
 
 configure.ac:
 gl_STDLIB_H