Add include-what-you-use pragmas
[fio.git] / lib / types.h
index bb2450680872255cebdc0b7f121031dcafab4cd0..236bf8a3a8f4be7b56554ef0fef618f29c118be1 100644 (file)
@@ -10,7 +10,7 @@ typedef int bool;
 #define true   1
 #endif
 #else
-#include <stdbool.h>
+#include <stdbool.h> /* IWYU pragma: export */
 #endif
 
 #endif