mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Solaris: fix includes
This commit is contained in:

committed by
cgzones

parent
fdda291a0e
commit
8f34225a49
@ -13,7 +13,12 @@ in the source distribution for its full text.
|
||||
#define GZONE "global "
|
||||
#define UZONE "unknown "
|
||||
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <kstat.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/resource.h>
|
||||
@ -21,6 +26,12 @@ in the source distribution for its full text.
|
||||
#include <sys/sysinfo.h>
|
||||
#include <sys/swap.h>
|
||||
|
||||
#include "Hashtable.h"
|
||||
#include "ProcessList.h"
|
||||
#include "UsersTable.h"
|
||||
|
||||
#include "solaris/SolarisProcess.h"
|
||||
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user