net: tinydtls: Fix compile error if IPv4 was activated
Change-Id: Ic86ed449c863d9f2fb354067df076c35e0b4d51c Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
72d82777c0
commit
05e95423e5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_CONTIKI
|
#ifdef WITH_CONTIKI
|
||||||
#include <net/buf.h>
|
#include <net/ip_buf.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This buffer is used when constructing an encrypted message to
|
/* This buffer is used when constructing an encrypted message to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue