summaryrefslogtreecommitdiffstats
path: root/Compat.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-18 14:26:30 +0100
committerBenBE <BenBE@geshi.org>2020-11-19 23:51:50 +0100
commit7cf527759481a760b0f08da16add3a5120048572 (patch)
treef19cab11922858f5fc6bd107e6c58bf73f23f266 /Compat.c
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'Compat.c')
-rw-r--r--Compat.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Compat.c b/Compat.c
index 6401f696..096b938a 100644
--- a/Compat.c
+++ b/Compat.c
@@ -7,13 +7,14 @@ in the source distribution for its full text.
#include "config.h" // IWYU pragma: keep
-#include <fcntl.h>
+#include "Compat.h"
+
+#include <fcntl.h> // IWYU pragma: keep
#include <unistd.h>
-#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/types.h> // IWYU pragma: keep
-#include "Compat.h"
-#include "XUtils.h"
+#include "XUtils.h" // IWYU pragma: keep
int Compat_fstatat(int dirfd,

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