diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-01-18 13:49:51 +0100 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-01-18 13:49:51 +0100 |
commit | db01ab3064d23aa64321ff9f8c2ecadc07628fbf (patch) | |
tree | 1060c1f04a8bf0aaf3f09b0c9e62002ed50b0ff6 /src | |
parent | 0950c526c5a15f85001cdc65833c627659c1e914 (diff) |
Make Clangd/IWYU happy
Diffstat (limited to 'src')
-rw-r--r-- | src/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat.h b/src/compat.h index fedea6a..e5bfcfe 100644 --- a/src/compat.h +++ b/src/compat.h @@ -9,12 +9,12 @@ #endif #if !LIBCOMPAT_IS_23 -# include <stdbool.h> +# include <stdbool.h> /* IWYU pragma: export */ #endif #if !LIBCOMPAT_IS_23 # ifndef NULL -# include <stddef.h> +# include <stddef.h> /* IWYU pragma: export */ # endif # define nullptr NULL #endif |