diff --git a/src/hashcat.c b/src/hashcat.c index d49a673c2..b80b1dec7 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6,6 +6,10 @@ * License.....: MIT */ +#ifdef __APPLE__ +#include +#endif + #include "common.h" #include