From 0290692815c2ece465e97f0c6a8a13abb71b63c7 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 27 Feb 2018 08:35:53 -0800 Subject: [PATCH] ipv6-hooks example: added missing include --- examples/ipv6-hooks/ipv6-hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ipv6-hooks/ipv6-hooks.c b/examples/ipv6-hooks/ipv6-hooks.c index eafc45654..d3ca8861c 100644 --- a/examples/ipv6-hooks/ipv6-hooks.c +++ b/examples/ipv6-hooks/ipv6-hooks.c @@ -4,6 +4,7 @@ #include "net/netstack.h" #include "net/ipv6/simple-udp.h" #include "net/ipv6/uipbuf.h" +#include "net/ipv6/uip-ds6.h" #include "sys/log.h" #define LOG_MODULE "App"