Merge pull request #8 from LucasJones/master

Replace deprecated header include
master
Matthew Little 2014-04-28 16:27:43 -06:00
commit 880da0eac5
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) {