Commit 75b178f
committed
tests/si1133: add missing stdbool.h include
Fix compilation error on native platform where bool type is used but
stdbool.h is not explicitly included.
On many platforms (ARM, AVR, etc.), stdbool.h is indirectly included
via CPU headers, but on native this is not the case.
Signed-off-by: Gilles DOFFE <[email protected]>1 parent ecc8bda commit 75b178f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments