summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'solaris/SolarisProcess.h')
-rw-r--r--solaris/SolarisProcess.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/solaris/SolarisProcess.h b/solaris/SolarisProcess.h
index 74cbb861..d8cef803 100644
--- a/solaris/SolarisProcess.h
+++ b/solaris/SolarisProcess.h
@@ -8,11 +8,15 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "Settings.h"
+#include "config.h" // IWYU pragma: keep
+
#include <zone.h>
#include <sys/proc.h>
#include <libproc.h>
+#include "Settings.h"
+
+
typedef struct SolarisProcess_ {
Process super;
int kernel;