Merge pull request #668 from Rehan-MALAK/missing-header

missing header inttypes.h
This commit is contained in:
George Oikonomou 2018-09-23 14:32:27 +03:00 committed by GitHub
commit 9e2ffda2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */