Skip to content

Commit 8bebb8e

Browse files
committed
Include stdbool.h in default headers
1 parent 3d52183 commit 8bebb8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/build.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ extern "C" {
7777
/*
7878
* Basic headers we want everywhere
7979
*/
80+
#include <stdbool.h>
8081
#include <stdint.h>
8182
#include <stddef.h>
8283
#include <string.h>

0 commit comments

Comments
 (0)