We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa3bce3 + 2370ccc commit b52bf95Copy full SHA for b52bf95
collector/powersupplyclass_darwin.go
@@ -18,9 +18,11 @@ package collector
18
19
/*
20
#cgo LDFLAGS: -framework IOKit -framework CoreFoundation
21
+#include <CoreFoundation/CFNumber.h>
22
+#include <CoreFoundation/CFRunLoop.h>
23
+#include <CoreFoundation/CFString.h>
24
#include <IOKit/ps/IOPowerSources.h>
25
#include <IOKit/ps/IOPSKeys.h>
-#include <CoreFoundation/CFArray.h>
26
27
// values collected from IOKit Power Source APIs
28
// Functions documentation available at
0 commit comments