summaryrefslogtreecommitdiff
path: root/lib/rand-isaac.c
diff options
context:
space:
mode:
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"