changeset 11428:766299801152

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>.
author Simon Josefsson <simon@josefsson.org>
date Tue, 24 Mar 2009 20:53:51 +0100
parents 3a43601489ad
children a32a8b26323e
files ChangeLog modules/stdlib
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/stdlib
+++ b/modules/stdlib
@@ -9,6 +9,7 @@
 include_next
 link-warning
 unistd
+stdint
 
 configure.ac:
 gl_STDLIB_H