missing header inttypes.h

This commit is contained in:
Rehan MALAK 2018-09-21 09:40:26 +02:00
parent f69f1fe319
commit cc7c2312ec
3 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#include "net/ipv6/multicast/uip-mcast6.h"
#include <string.h>
#include <inttypes.h>
#define DEBUG DEBUG_PRINT
#include "net/ipv6/uip-debug.h"

View File

@ -69,6 +69,7 @@
*/
#include <string.h>
#include <inttypes.h>
#include "net/ipv6/uip-icmp6.h"
#include "net/ipv6/uip-nd6.h"
#include "net/ipv6/uip-ds6.h"

View File

@ -44,6 +44,7 @@
#include <string.h>
#include <stdint.h>
#include <inttypes.h>
#include "lwm2m-tlv.h"
/* Log configuration */