mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-20 03:22:06 +00:00
Include stdio in hashcat.c to fix apple compiler error
This commit is contained in:
parent
ac3de4a57e
commit
e13419a1b2
@ -6,6 +6,10 @@
|
|||||||
* License.....: MIT
|
* License.....: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user