summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.h
diff options
context:
space:
mode:
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"