diff options
Diffstat (limited to 'lib/types.h')
-rw-r--r-- | lib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.h b/lib/types.h index bb245068..236bf8a3 100644 --- a/lib/types.h +++ b/lib/types.h @@ -10,7 +10,7 @@ typedef int bool; #define true 1 #endif #else -#include <stdbool.h> +#include <stdbool.h> /* IWYU pragma: export */ #endif #endif |