summaryrefslogtreecommitdiffstats
path: root/common/randstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/randstr.c')
-rw-r--r--common/randstr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/randstr.c b/common/randstr.c
index 42886b1..6d98897 100644
--- a/common/randstr.c
+++ b/common/randstr.c
@@ -36,6 +36,9 @@
#include <eurephia_context.h>
#include <eurephia_log.h>
+/**
+ * Flag for indicating if the random generator has been initialised
+ */
static int rand_init = 0;
/**