mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add missing header, silence warning. Should fix #292.
This commit is contained in:
@ -21,6 +21,7 @@ in the source distribution for its full text.
|
||||
|
||||
/*{
|
||||
#include "Action.h"
|
||||
#include "SignalsPanel.h"
|
||||
#include "CPUMeter.h"
|
||||
#include "BatteryMeter.h"
|
||||
#include "DarwinProcess.h"
|
||||
@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) {
|
||||
}
|
||||
|
||||
void Platform_setSwapValues(Meter* this) {
|
||||
(void) this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user