Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
9 years ago
by
Hisham Muhammad
Browse files
Options
Download
Email Patches
Plain Diff
Add missing header, silence warning. Should fix #292.
parent
3cfbcb72
master
fixedgray
linear-graph-scan
lua
next
perfcounters
pkgconfig-on-linux
solaris
sreclaimable
travis-ci
3.0.0beta5
3.0.0beta4
3.0.0beta3
3.0.0beta2
3.0.0beta1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
darwin/Platform.c
+2
-0
darwin/Platform.c
darwin/Platform.h
+2
-0
darwin/Platform.h
with
4 additions
and
0 deletions
+4
-0
darwin/Platform.c
View file @
a7fcbba7
...
...
@@ -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
;
}
This diff is collapsed.
Click to expand it.
darwin/Platform.h
View file @
a7fcbba7
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help