add missing include

This commit is contained in:
Pim van Pelt
2017-12-22 21:37:37 +01:00
parent 0dae252eb4
commit da963f46f5

View File

@ -1,5 +1,6 @@
#include "test.h" #include "test.h"
#include "buttons.h" #include "buttons.h"
#include "relays.h"
extern uint32_t mqtt_pub_count; extern uint32_t mqtt_pub_count;
extern uint32_t mqtt_sub_count; extern uint32_t mqtt_sub_count;