aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 14:26:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 14:26:33 +0000
commitb6e18f2f665f16910c04cb52bdc7b90270ab7c9b (patch)
treecfa866c10ac8af045fe2ca642909045e95c41aa4 /lib/hostip.c
parent400ca043c73fb2e2db6d62b47183873b5a5966cd (diff)
#include "setup.h" moved first of all includes
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index ecfb59de3..6a2d30761 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -38,12 +38,12 @@
* ------------------------------------------------------------
****************************************************************************/
+#include "setup.h"
+
#include <string.h>
#include <malloc.h>
#include <errno.h>
-#include "setup.h"
-
#define _REENTRANT
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)