Commit 4de38f2
committed
drivers/at24mac: 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, 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 75b178f commit 4de38f2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments