summaryrefslogtreecommitdiff
path: root/lib/rand-isaac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-09 08:13:36 +0000
committerJim Meyering <jim@meyering.net>2006-08-09 08:13:36 +0000
commitaa4f6c56c7ba148f11dfabdde43681cbaceba738 (patch)
tree5207e943eb573ad9e955573214f3933a30ed540f /lib/rand-isaac.c
parenta402cb33badec76da8197d12ba126635f0d365d6 (diff)
downloadcoreutils-aa4f6c56c7ba148f11dfabdde43681cbaceba738.tar.xz
Include <config.h>.
Diffstat (limited to 'lib/rand-isaac.c')
-rw-r--r--lib/rand-isaac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rand-isaac.c b/lib/rand-isaac.c
index 6a0185934..8fc48f79c 100644
--- a/lib/rand-isaac.c
+++ b/lib/rand-isaac.c
@@ -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"