From ac77ee56e3d39596ba11f3616a557f403f6a73a2 Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 12 Sep 2016 15:01:14 +0200 Subject: [PATCH] Add missing include in thread.c --- src/thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread.c b/src/thread.c index 776f8a237..c1f3acd27 100644 --- a/src/thread.c +++ b/src/thread.c @@ -25,6 +25,7 @@ #include "loopback.h" #include "status.h" #include "data.h" +#include "shared.h" extern hc_global_data_t data;