summaryrefslogtreecommitdiff
path: root/src/inet_ntop_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet_ntop_cache.c')
-rw-r--r--src/inet_ntop_cache.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/inet_ntop_cache.c b/src/inet_ntop_cache.c
index 51755df..eac0681 100644
--- a/src/inet_ntop_cache.c
+++ b/src/inet_ntop_cache.c
@@ -1,12 +1,11 @@
-#include <sys/types.h>
-
-#include <string.h>
-
-
#include "base.h"
#include "inet_ntop_cache.h"
#include "sys-socket.h"
+#include <sys/types.h>
+
+#include <string.h>
+
const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr) {
#ifdef HAVE_IPV6
size_t ndx = 0, i;