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