Add missing include

This commit is contained in:
George Oikonomou 2016-06-13 12:04:47 +01:00
parent 4fd8f67053
commit 678f4344d2

View File

@ -36,6 +36,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
/*---------------------------------------------------------------------------*/
LIST(consumers_list);
/*---------------------------------------------------------------------------*/