From 70811aa5dee6028d357dac751da43a57bf253fbb Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 15 Sep 2016 04:31:13 +0200 Subject: [PATCH] Fix includes in monitor.c --- src/monitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/monitor.c b/src/monitor.c index 93668d049..5062c111b 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -31,6 +31,7 @@ #include "hwmon.h" #include "thread.h" #include "monitor.h" +#include "hash_management.h" extern hc_global_data_t data;