particle/dynlist: link particle-sdk PRIVATE:ly

This commit is contained in:
Daniel Eklöf 2019-01-13 21:45:49 +01:00
parent 2f83ed1fc3
commit bc9c33c187
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
#define LOG_MODULE "dynlist"
#include "../log.h"
#include "../particle.h"
struct private {
int left_spacing;