mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-26 00:18:20 +00:00
FreeBSD also needs stdio.h
This commit is contained in:
parent
f1960ec73c
commit
3d3d212595
@ -6,7 +6,7 @@
|
|||||||
* License.....: MIT
|
* License.....: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef DARWIN
|
#if defined(DARWIN) || defined(__FreeBSD__)
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user