1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

Add missing include in thread.c

This commit is contained in:
jsteube 2016-09-12 15:01:14 +02:00
parent bd5bc294e6
commit ac77ee56e3

View File

@ -25,6 +25,7 @@
#include "loopback.h" #include "loopback.h"
#include "status.h" #include "status.h"
#include "data.h" #include "data.h"
#include "shared.h"
extern hc_global_data_t data; extern hc_global_data_t data;