Merge pull request #1753 from g-oikonomou/bugfix/cc26xx/missing-include

Add missing include
This commit is contained in:
Antonio Lignan 2016-06-30 22:53:45 +02:00 committed by GitHub
commit 23a0449a97

View file

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