summaryrefslogtreecommitdiff
path: root/components/wifi.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
commit16a97fbca129bca5656f76191c1b324b1649ec22 (patch)
treef7d4599f6f9eea2327c9bc11b87a52864d3c526e /components/wifi.c
parentfbbe300f4d52ab014fb09050deea7746b1d02a82 (diff)
Unify header includes
- Sort Alphabetically - Same indentation for preprocessor clauses
Diffstat (limited to 'components/wifi.c')
-rw-r--r--components/wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/wifi.c b/components/wifi.c
index c209598..139ec8c 100644
--- a/components/wifi.c
+++ b/components/wifi.c
@@ -2,10 +2,10 @@
#if defined(__linux__)
#include <errno.h>
#include <ifaddrs.h>
+ #include <limits.h>
#include <linux/wireless.h>
#include <sys/socket.h>
#include <stdio.h>
- #include <limits.h>
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>