summaryrefslogtreecommitdiff
path: root/beecrypt/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/sha256.c')
-rw-r--r--beecrypt/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/sha256.c b/beecrypt/sha256.c
index 14c0a11c9..ff7a62b32 100644
--- a/beecrypt/sha256.c
+++ b/beecrypt/sha256.c
@@ -27,7 +27,7 @@
#include "system.h"
#include "sha256.h"
-#include "mp32.h"
+#include "mp.h"
#include "endianness.h"
#include "debug.h"