From cc7c2312eca04f570ba87fdf44e3d93328bc6018 Mon Sep 17 00:00:00 2001 From: Rehan MALAK Date: Fri, 21 Sep 2018 09:40:26 +0200 Subject: [PATCH] missing header inttypes.h --- examples/multicast/root.c | 1 + os/net/ipv6/uip-nd6.c | 1 + os/services/lwm2m/lwm2m-tlv.c | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/multicast/root.c b/examples/multicast/root.c index f997e9613..59d5d2aa8 100644 --- a/examples/multicast/root.c +++ b/examples/multicast/root.c @@ -45,6 +45,7 @@ #include "net/ipv6/multicast/uip-mcast6.h" #include +#include #define DEBUG DEBUG_PRINT #include "net/ipv6/uip-debug.h" diff --git a/os/net/ipv6/uip-nd6.c b/os/net/ipv6/uip-nd6.c index 2765c593d..63ae46b47 100644 --- a/os/net/ipv6/uip-nd6.c +++ b/os/net/ipv6/uip-nd6.c @@ -69,6 +69,7 @@ */ #include +#include #include "net/ipv6/uip-icmp6.h" #include "net/ipv6/uip-nd6.h" #include "net/ipv6/uip-ds6.h" diff --git a/os/services/lwm2m/lwm2m-tlv.c b/os/services/lwm2m/lwm2m-tlv.c index 2bda7f8bb..cdadee9f6 100644 --- a/os/services/lwm2m/lwm2m-tlv.c +++ b/os/services/lwm2m/lwm2m-tlv.c @@ -44,6 +44,7 @@ #include #include +#include #include "lwm2m-tlv.h" /* Log configuration */