aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Farrugia2019-10-12 23:15:21 +0200
committerGitHub2019-10-12 23:15:21 +0200
commit29a80c979b37278c1159240b0dc1894a55e3931e (patch)
tree1f1d27d2c2459f3df03064a33c80d45f82404bab
parent9ca9dbcf7fe42a478defbd6b37788048ccc400dd (diff)
Update zenpower.c
Corrects syntax
-rw-r--r--src/ss/zenpower.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ss/zenpower.c b/src/ss/zenpower.c
index 6af86dc..54a88eb 100644
--- a/src/ss/zenpower.c
+++ b/src/ss/zenpower.c
@@ -1,8 +1,8 @@
#include <glib.h>
+#include <stdlib.h>
+#include <string.h>
#include "zenmonitor.h"
#include "zenpower.h"
-#include "stdlib.h"
-#include "string.h"
GSList *zp_sensors = NULL;
static int nodes = 0;