summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:24:42 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit2af66a4aba4aac75d7f00d47481513e4ae3e6b9f (patch)
tree0846c566b1b5ad08530211fb686b2a45bb4fc8e3
parent9ee8a7ca64799c01f5aed9c421178e65bcfb3204 (diff)
Convince IWYU to keep size_t/ssize_t via stddef.h
-rw-r--r--Compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Compat.h b/Compat.h
index b83fc3d8..28e420ed 100644
--- a/Compat.h
+++ b/Compat.h
@@ -11,7 +11,7 @@ in the source distribution for its full text.
#include <assert.h> // IWYU pragma: keep
#include <fcntl.h>
-#include <stddef.h>
+#include <stddef.h> // IWYU pragma: keep
#include <unistd.h>
#include <sys/stat.h> // IWYU pragma: keep

© 2014-2024 Faster IT GmbH | imprint | privacy policy