Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
a7fcbba7
Commit
a7fcbba7
authored
Nov 02, 2015
by
Hisham Muhammad
Browse files
Add missing header, silence warning. Should fix #292.
parent
3cfbcb72
Changes
2
Hide whitespace changes
Inline
Side-by-side
darwin/Platform.c
View file @
a7fcbba7
...
@@ -21,6 +21,7 @@ in the source distribution for its full text.
...
@@ -21,6 +21,7 @@ in the source distribution for its full text.
/*{
/*{
#include "Action.h"
#include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h"
#include "CPUMeter.h"
#include "BatteryMeter.h"
#include "BatteryMeter.h"
#include "DarwinProcess.h"
#include "DarwinProcess.h"
...
@@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) {
...
@@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) {
}
}
void
Platform_setSwapValues
(
Meter
*
this
)
{
void
Platform_setSwapValues
(
Meter
*
this
)
{
(
void
)
this
;
}
}
darwin/Platform.h
View file @
a7fcbba7
...
@@ -11,6 +11,8 @@ in the source distribution for its full text.
...
@@ -11,6 +11,8 @@ in the source distribution for its full text.
*/
*/
#include "Action.h"
#include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h"
#include "BatteryMeter.h"
#include "BatteryMeter.h"
#include "DarwinProcess.h"
#include "DarwinProcess.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment