mirror of https://github.com/ARMmbed/mbed-os.git
Add missing includes.
parent
f3caf6a805
commit
b0b07477fd
|
@ -32,6 +32,9 @@
|
||||||
#if !defined(CY_UTILS_H)
|
#if !defined(CY_UTILS_H)
|
||||||
#define CY_UTILS_H
|
#define CY_UTILS_H
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue