summaryrefslogtreecommitdiffhomepage
path: root/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bignum.h b/bignum.h
index cabb4a2..ba98db1 100644
--- a/bignum.h
+++ b/bignum.h
@@ -26,6 +26,7 @@
#define _BIGNUM_H_
#include "includes.h"
+#include "dbutil.h"
void m_mp_init(mp_int *mp);
void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL;