]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <config.h>.
authorJim Meyering <jim@meyering.net>
Wed, 9 Aug 2006 08:13:36 +0000 (08:13 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Aug 2006 08:13:36 +0000 (08:13 +0000)
lib/ChangeLog
lib/rand-isaac.c

index 62d1ee3c6edb62a4a9bcb141a2c713b5dce040c3..d6068c86557a93cf19c9c55e3251deb4f980def3 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-09  Jim Meyering  <jim@meyering.net>
+
+       * rand-isaac.c: Include <config.h>.
+
 2006-08-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.am (libcoreutils_a_SOURCES): Add xmemxfrm.c, xmemxfrm.h.
index 6a018593463f102d2ac42162f5ec76e6c2d2f138..8fc48f79c02481f6ec24cb16d1423758412af55c 100644 (file)
@@ -31,6 +31,9 @@
  * and fast, and because the author did good work analyzing it.
  * --------------------------------------------------------------------
  */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include "rand-isaac.h"