From 330fdcfbbbfaaec1fb5b39d036e51376a3fc18f2 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 3 Feb 2011 23:42:28 +0100 Subject: [PATCH] src/common.c: Include before . --- src/common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common.c b/src/common.c index 142d7979..6fdb441c 100644 --- a/src/common.c +++ b/src/common.c @@ -39,11 +39,6 @@ # include #endif -/* for ntohl and htonl */ -#if HAVE_ARPA_INET_H -# include -#endif - /* for getaddrinfo */ #include #include @@ -53,6 +48,11 @@ # include #endif +/* for ntohl and htonl */ +#if HAVE_ARPA_INET_H +# include +#endif + #ifdef HAVE_LIBKSTAT extern kstat_ctl_t *kc; #endif -- 2.11.0