From db01ab3064d23aa64321ff9f8c2ecadc07628fbf Mon Sep 17 00:00:00 2001
From: Thomas Voss <thomas.voss@humanwave.nl>
Date: Thu, 18 Jan 2024 13:49:51 +0100
Subject: Make Clangd/IWYU happy

---
 src/compat.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

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
-- 
cgit v1.2.3