mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 16:38:29 +00:00
Add some explicit includes for __APPLE__
This commit is contained in:
parent
0fe3bc5cb9
commit
d44571ff70
@ -6,6 +6,10 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
int SUPPRESS_OUTPUT = 0;
|
int SUPPRESS_OUTPUT = 0;
|
||||||
|
|
||||||
static int last_len = 0;
|
static int last_len = 0;
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
#include "inc_hash_constants.h"
|
#include "inc_hash_constants.h"
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* converter
|
* converter
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user