aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Farrugia2019-10-11 21:58:23 +0200
committerGitHub2019-10-11 21:58:23 +0200
commit72a981c13f02fae3f5dbfd3719050bef4bbdf46a (patch)
tree0320ccfeb6f318d941e4a5056c14a2b2217939a1
parent36dec58c36fb4ef3a9dca12c4665cb7b696317c7 (diff)
Update zenpower.c
Silences a warning at compile time.
-rw-r--r--src/ss/zenpower.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ss/zenpower.c b/src/ss/zenpower.c
index 57a9960..07a6b54 100644
--- a/src/ss/zenpower.c
+++ b/src/ss/zenpower.c
@@ -2,6 +2,7 @@
#include "zenmonitor.h"
#include "zenpower.h"
#include "stdlib.h"
+#include "string.h"
GSList *zp_sensors = NULL;
static int nodes = 0;