1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Include stdio in hashcat.c to fix apple compiler error

This commit is contained in:
jsteube 2016-09-07 12:34:59 +02:00
parent ac3de4a57e
commit e13419a1b2

View File

@ -6,6 +6,10 @@
* License.....: MIT
*/
#ifdef __APPLE__
#include <stdio.h>
#endif
#include "common.h"
#include <stdio.h>