mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-18 10:32:04 +00:00
Add missing include for windows
This commit is contained in:
parent
dfb88a7002
commit
936655e0ee
@ -10,6 +10,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
bool is_power_of_2 (const u32 v);
|
bool is_power_of_2 (const u32 v);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user