From 28ae87713f82c252147ec2a5482c744d0b1b9542 Mon Sep 17 00:00:00 2001 From: Lucas Jones Date: Mon, 28 Apr 2014 16:36:04 +0100 Subject: [PATCH] Fix deprecated import --- scryptjane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scryptjane.c b/scryptjane.c index f2f688f..1cd702e 100644 --- a/scryptjane.c +++ b/scryptjane.c @@ -27,7 +27,7 @@ #define scrypt_maxp 25 /* (1 << 25) = ~33 million */ #include -#include +#include static void scrypt_fatal_error_default(const char *msg) {