summaryrefslogtreecommitdiffhomepage
path: root/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random.h')
-rw-r--r--random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.h b/random.h
index 544e77e..2c79ec3 100644
--- a/random.h
+++ b/random.h
@@ -25,7 +25,7 @@
#ifndef _RANDOM_H_
#define _RANDOM_H_
-struct mp_int;
+#include "includes.h"
void seedrandom();
void genrandom(unsigned char* buf, unsigned int len);