Skip to content

Commit 701b6e5

Browse files
committed
Add stdbool.h to C-API headers.
Apply std includes to headers consumed from C code.
1 parent ee1271b commit 701b6e5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/MicroOcpp/Core/Configuration_c.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef MO_CONFIGURATION_C_H
66
#define MO_CONFIGURATION_C_H
77

8+
#include <stdbool.h>
89
#include <stddef.h>
910
#include <stdint.h>
1011

src/MicroOcpp_c.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef MO_MICROOCPP_C_H
66
#define MO_MICROOCPP_C_H
77

8+
#include <stdbool.h>
89
#include <stddef.h>
910

1011
#include <MicroOcpp/Core/ConfigurationOptions.h>

0 commit comments

Comments
 (0)