Fix deprecated import

master
Lucas Jones 2014-04-28 16:36:04 +01:00
parent c085461ded
commit 28ae87713f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define scrypt_maxp 25 /* (1 << 25) = ~33 million */
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
static void
scrypt_fatal_error_default(const char *msg) {