Fixed IAR 7.8 compile

pull/6082/head
Ari Parkkila 2018-02-14 11:06:58 +02:00
parent 952ca8729f
commit ea41e18aa0
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#ifndef CELLULAR_LOG_H_
#define CELLULAR_LOG_H_
#include <stdint.h>
#include <inttypes.h>
#ifdef FEATURE_COMMON_PAL
#include <stdarg.h>
#endif // FEATURE_COMMON_PAL

View File

@ -19,7 +19,7 @@
#define CELLULAR_UTIL_H_
#include <stddef.h>
#include <stdint.h>
#include <inttypes.h>
namespace mbed_cellular_util {