summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.c
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/SolarisProcess.c
parent75fd9edf755572d26da4c745aefae3eb4bb08445 (diff)
Include signal.h, reorder headers
Diffstat (limited to 'solaris/SolarisProcess.c')
-rw-r--r--solaris/SolarisProcess.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/solaris/SolarisProcess.c b/solaris/SolarisProcess.c
index 313fd96d..c0bc295a 100644
--- a/solaris/SolarisProcess.c
+++ b/solaris/SolarisProcess.c
@@ -6,17 +6,19 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "Process.h"
-#include "ProcessList.h"
-#include "SolarisProcess.h"
-#include "Platform.h"
-#include "CRT.h"
+#include "solaris/SolarisProcess.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/syscall.h>
+#include "Process.h"
+#include "ProcessList.h"
+#include "CRT.h"
+
+#include "solaris/Platform.h"
+
const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
[0] = { .name = "", .title = NULL, .description = NULL, .flags = 0, },

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