summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-03 20:49:45 +0200
committerBenny Baumann <BenBE@geshi.org>2021-04-03 21:40:27 +0200
commit6c66f32fa75134c01d321c54b891321e48520b1b (patch)
treece11baee4f6fa66d344e0d4dd12a3f143c13fe06 /solaris/Platform.h
parent75fd9edf755572d26da4c745aefae3eb4bb08445 (diff)
Include signal.h, reorder headers
Diffstat (limited to 'solaris/Platform.h')
-rw-r--r--solaris/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 9f479d1b..cca857bc 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -9,9 +9,12 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "config.h" // IWYU pragma: keep
+
#include <libproc.h>
#include <signal.h>
#include <stdbool.h>
+
#include <sys/mkdev.h>
#include <sys/proc.h>
#include <sys/types.h>
@@ -22,6 +25,7 @@ in the source distribution for its full text.
#include "NetworkIOMeter.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
+
#include "generic/hostname.h"
#include "generic/uname.h"

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