Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KSysGuard
Commits
e8e87251
Commit
e8e87251
authored
Oct 08, 2020
by
David Redondo
🏎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to include types before sysctl
parent
14ac9b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plugins/global/cpu/sysctlsensor.h
plugins/global/cpu/sysctlsensor.h
+1
-0
No files found.
plugins/global/cpu/sysctlsensor.h
View file @
e8e87251
...
...
@@ -32,6 +32,7 @@ private:
};
#ifdef Q_OS_FREEBSD
#include <sys/types.h>
#include <sys/sysctl.h>
template
<
typename
T
>
...
...
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