1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-15 18:20:59 +00:00

Fix missing include in autotune.c

This commit is contained in:
jsteube 2016-09-15 09:35:01 +02:00
parent 70811aa5de
commit be90158675

View File

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