summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcessList.c
diff options
context:
space:
mode:
authormayurdahibhate <mayurdahibhate31@gmail.com>2021-04-29 23:43:36 +0530
committerBenBE <BenBE@geshi.org>2021-05-10 18:40:53 +0200
commit3f86a011e6804e2fc94c3dbc9c627d0f468d787a (patch)
tree7fa321ae418138203dc187fc8b218492695015d3 /solaris/SolarisProcessList.c
parent1b74dfe1877676b914af6dcedd2d7578164aab47 (diff)
platform-dependent files included relative to main source directory
Diffstat (limited to 'solaris/SolarisProcessList.c')
-rw-r--r--solaris/SolarisProcessList.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index 5e160540..5e7e66ee 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -6,9 +6,8 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "ProcessList.h"
-#include "SolarisProcess.h"
-#include "SolarisProcessList.h"
+
+#include "solaris/SolarisProcessList.h"
#include <unistd.h>
#include <stdlib.h>
@@ -23,6 +22,8 @@ in the source distribution for its full text.
#include <time.h>
#include "CRT.h"
+#include "solaris/ProcessList.h"
+#include "solaris/SolarisProcess.h"
#define MAXCMDLINE 255

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