projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd581a
)
ip: Sort headers alphabetically
author
Aaron Marcher
<me@drkhsh.at>
Wed, 2 May 2018 06:21:32 +0000
(08:21 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Wed, 2 May 2018 06:21:32 +0000
(08:21 +0200)
components/ip.c
patch
|
blob
|
history
diff --git
a/components/ip.c
b/components/ip.c
index 422b4486f7bad0a87f91fbcc1172382836580ddb..b1f8a0509c329161af21f16f931759ed31a9f926 100644
(file)
--- a/
components/ip.c
+++ b/
components/ip.c
@@
-1,14
+1,13
@@
/* See LICENSE file for copyright and license details. */
-#if defined(__OpenBSD__)
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif
-
#include <errno.h>
#include <ifaddrs.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
+#if defined(__OpenBSD__)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
#include "../util.h"