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

Fix includes in monitor.c

This commit is contained in:
jsteube 2016-09-15 04:31:13 +02:00
parent dcdd0d89cd
commit 70811aa5de

View File

@ -31,6 +31,7 @@
#include "hwmon.h"
#include "thread.h"
#include "monitor.h"
#include "hash_management.h"
extern hc_global_data_t data;