diff options
-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 |