aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-01-18 13:49:51 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-01-18 13:49:51 +0100
commitdb01ab3064d23aa64321ff9f8c2ecadc07628fbf (patch)
tree1060c1f04a8bf0aaf3f09b0c9e62002ed50b0ff6
parent0950c526c5a15f85001cdc65833c627659c1e914 (diff)
Make Clangd/IWYU happy
-rw-r--r--src/compat.h4
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