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 "status.h"
#include "data.h"
#include "shared.h"
extern hc_global_data_t data;