summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-05-24 09:39:04 +0200
committerBenny Baumann <BenBE@geshi.org>2023-05-24 10:06:39 +0200
commitb3cf54e3f94bfa7c6e519b12123e71fa1902719c (patch)
tree9e5b41358ebf545f6de8b3017c0a26679ad5cac0 /generic
parentdc883b2910f1feea7806fa5109916f9e1ae0d030 (diff)
Always mark config.h with IWYU pragma: keep
Diffstat (limited to 'generic')
-rw-r--r--generic/fdstat_sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/fdstat_sysctl.c b/generic/fdstat_sysctl.c
index 49e8e362..226797c7 100644
--- a/generic/fdstat_sysctl.c
+++ b/generic/fdstat_sysctl.c
@@ -5,6 +5,8 @@ Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
+#include "config.h" // IWYU pragma: keep
+
#include "generic/fdstat_sysctl.h"
#include <math.h>
@@ -14,8 +16,6 @@ in the source distribution for its full text.
#include <sys/types.h> // Shitty FreeBSD upstream headers
#include <sys/sysctl.h>
-#include "config.h"
-
static void Generic_getFileDescriptors_sysctl_internal(
const char* sysctlname_maxfiles,

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