fix missing headers on OpenBSD
This commit is contained in:
parent
1ea2fe6d56
commit
d516985146
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "load.h"
|
#include "load.h"
|
||||||
#include "../luts.h"
|
#include "luts.h"
|
||||||
|
|
||||||
// Load Averages
|
// Load Averages
|
||||||
std::string load_string( bool use_colors = false )
|
std::string load_string( bool use_colors = false )
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "../luts.h"
|
#include "luts.h"
|
||||||
#include "../conversions.h"
|
#include "conversions.h"
|
||||||
|
|
||||||
static int pageshift;
|
static int pageshift;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user