1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

Add missing include for windows

This commit is contained in:
jsteube 2016-09-29 00:25:36 +02:00
parent dfb88a7002
commit 936655e0ee

View File

@ -10,6 +10,7 @@
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
bool is_power_of_2 (const u32 v);