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 fdc497f..5dcebf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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
        prompt.
 
index 38cc2be..fda3372 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 include_next
 link-warning
 unistd
+stdint
 
 configure.ac:
 gl_STDLIB_H