Include stdio in hashcat.c to fix apple compiler error
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user