Merge pull request #771 from simonduq/fix/missing-includes-inttypes

Add missing inclusions of <inttypes.h>
This commit is contained in:
George Oikonomou 2018-11-22 14:45:01 +00:00 committed by GitHub
commit cfb25e8242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#include "contiki-net.h"
#include "services/deployment/deployment.h"
#include <inttypes.h>
/* Log configuration */
#include "sys/log.h"
#define LOG_MODULE "App"

View File

@ -45,6 +45,7 @@
#include "net/mac/tsch/tsch.h"
#include <stdio.h>
#include <inttypes.h>
#if TSCH_ADAPTIVE_TIMESYNC