add missing include to platform headers (#666)

This commit is contained in:
Marcin K Szczodrak
2016-09-22 12:09:55 -07:00
committed by Jonathan Hui
parent 1d310dc72f
commit 713e2260d1
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@
#include <stdint.h>
#include <openthread-types.h>
#ifdef __cplusplus
extern "C" {
#endif
+2
View File
@@ -37,6 +37,8 @@
#include <stdint.h>
#include <openthread-types.h>
#ifdef __cplusplus
extern "C" {
#endif
+2
View File
@@ -35,6 +35,8 @@
#ifndef PLATFORM_H_
#define PLATFORM_H_
#include <openthread-types.h>
#ifdef __cplusplus
extern "C" {
#endif