From b6e18f2f665f16910c04cb52bdc7b90270ab7c9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Aug 2000 14:26:33 +0000 Subject: #include "setup.h" moved first of all includes --- lib/sendf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sendf.c') diff --git a/lib/sendf.c b/lib/sendf.c index e048637be..7d238a974 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -38,12 +38,12 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include "setup.h" + #include #include #include -#include "setup.h" - #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3