summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/random.c b/random.c
index 20095aa..8907644 100644
--- a/random.c
+++ b/random.c
@@ -27,6 +27,8 @@
#include "dbutil.h"
#include "bignum.h"
#include "random.h"
+#include "ltc_prng.h"
+
/* this is used to generate unique output from the same hashpool */
static uint32_t counter = 0;