platform-dependent files included relative to main source directory

This commit is contained in:
mayurdahibhate
2021-04-29 23:43:36 +05:30
committed by BenBE
parent 1b74dfe187
commit 3f86a011e6
41 changed files with 97 additions and 91 deletions

View File

@ -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