diff --git a/darwin/Platform.c b/darwin/Platform.c index da9cbb75325e52adee21ba509cf470df39deeaf5..4a36fe054a086956120a0554671363c2f2fc605b 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -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; } diff --git a/darwin/Platform.h b/darwin/Platform.h index af3a132aa7495c982f7d31c19050e75c5dfaa9be..fdf8b35b6e553a5b2d719b73883c7337a6cbaa6f 100644 --- a/darwin/Platform.h +++ b/darwin/Platform.h @@ -11,6 +11,8 @@ in the source distribution for its full text. */ #include "Action.h" +#include "SignalsPanel.h" +#include "CPUMeter.h" #include "BatteryMeter.h" #include "DarwinProcess.h"