summaryrefslogtreecommitdiff
path: root/components/temperature.c
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-07 11:21:59 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-07 11:21:59 +0200
commit1ff009c456ee1464110ef892a4c26e15aebda3f9 (patch)
treef7d4599f6f9eea2327c9bc11b87a52864d3c526e /components/temperature.c
parent8d8135a3c3319f5e7602686aad16a9d18f948b39 (diff)
Unify header includes
- Sort Alphabetically - Same indentation for preprocessor clauses
Diffstat (limited to 'components/temperature.c')
-rw-r--r--components/temperature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/temperature.c b/components/temperature.c
index 720f1b7..136e0d4 100644
--- a/components/temperature.c
+++ b/components/temperature.c
@@ -16,9 +16,9 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+ #include <sys/sensors.h>
#include <sys/sysctl.h>
#include <sys/time.h>
- #include <sys/sensors.h>
const char *
temp(const char *null)