1
0
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:
Nikolai Lifanov 2016-07-05 15:16:24 -04:00
parent f1960ec73c
commit 3d3d212595

View File

@ -6,7 +6,7 @@
* License.....: MIT
*/
#ifdef DARWIN
#if defined(DARWIN) || defined(__FreeBSD__)
#include <stdio.h>
#endif