Work on fixing build of "unsupported" platform

This commit is contained in:
Hisham Muhammad
2015-02-23 00:59:24 -03:00
parent 6f868b00c0
commit 5ca9b8e002
3 changed files with 14 additions and 9 deletions

View File

@ -10,6 +10,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
#include "BatteryMeter.h"
#include "UnsupportedProcess.h"
void Platform_setBindings(Htop_Action* keys);
@ -17,4 +19,9 @@ extern MeterClass* Platform_meterTypes[];
int Platform_getUptime();
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
int Platform_getMaxPid();
#endif