summaryrefslogtreecommitdiff
path: root/lib/types.h
diff options
context:
space:
mode:
authorSitsofe Wheeler <sitsofe@yahoo.com>2018-03-20 15:18:43 +0000
committerSitsofe Wheeler <sitsofe@yahoo.com>2018-03-21 22:09:28 +0000
commitc473a9bd8fadf0b8e7521edcabb2204d87f35b04 (patch)
tree62251d4065e35ae0ddebd978eee013f189d7b26a /lib/types.h
parent5d413e0897fee7c2bf10d9ecc0860d3b399d66d5 (diff)
downloadfio-c473a9bd8fadf0b8e7521edcabb2204d87f35b04.tar.gz
fio-c473a9bd8fadf0b8e7521edcabb2204d87f35b04.tar.bz2
Add include-what-you-use pragmas
Add IWYU pragmas to improve its analysis. Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Diffstat (limited to 'lib/types.h')
-rw-r--r--lib/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.h b/lib/types.h
index bb245068..236bf8a3 100644
--- a/lib/types.h
+++ b/lib/types.h
@@ -10,7 +10,7 @@ typedef int bool;
#define true 1
#endif
#else
-#include <stdbool.h>
+#include <stdbool.h> /* IWYU pragma: export */
#endif
#endif