Include signal.h, reorder headers

This commit is contained in:
Benny Baumann
2021-04-03 20:49:45 +02:00
parent 75fd9edf75
commit 6c66f32fa7
4 changed files with 29 additions and 18 deletions

View File

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