summaryrefslogtreecommitdiffstats
path: root/linux/Platform.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-10-10 20:45:54 +1100
committerNathan Scott <nathans@redhat.com>2023-10-10 20:45:54 +1100
commit43cb4a57d6eca089358dbf974070dd7d33ccc337 (patch)
tree98908ca73d09f3a86ff74c71dae2e6f4e94a6ca3 /linux/Platform.h
parent4103c23327359a0bd6385c2f891554f206fec397 (diff)
parent8e4ce18ba8d1fd11c17631eff785340219136091 (diff)
Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency
Diffstat (limited to 'linux/Platform.h')
-rw-r--r--linux/Platform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/Platform.h b/linux/Platform.h
index 763edadd..5435f192 100644
--- a/linux/Platform.h
+++ b/linux/Platform.h
@@ -7,7 +7,7 @@ Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
#include <limits.h>
#include <stdbool.h>
@@ -32,6 +32,7 @@ in the source distribution for its full text.
#include "generic/hostname.h"
#include "generic/uname.h"
+
/* GNU/Hurd does not have PATH_MAX in limits.h */
#ifndef PATH_MAX
#define PATH_MAX 4096

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