summaryrefslogtreecommitdiff
path: root/components/ip.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/ip.c
parent8d8135a3c3319f5e7602686aad16a9d18f948b39 (diff)
Unify header includes
- Sort Alphabetically - Same indentation for preprocessor clauses
Diffstat (limited to 'components/ip.c')
-rw-r--r--components/ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/ip.c b/components/ip.c
index 2d2cbde..85ac15e 100644
--- a/components/ip.c
+++ b/components/ip.c
@@ -5,8 +5,8 @@
#include <stdio.h>
#include <string.h>
#if defined(__OpenBSD__)
-#include <sys/types.h>
-#include <sys/socket.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
#endif
#include "../util.h"