From 53c27988861f494ff482d4f73785969cb6af3ad9 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 24 Aug 2000 14:28:11 +0000
Subject: [PATCH] moved include setup.h

---
 lib/timeval.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/timeval.h b/lib/timeval.h
index 4158423c6a..0a4253d425 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -40,6 +40,8 @@
  * ------------------------------------------------------------
  ****************************************************************************/
 
+#include "setup.h"
+
 #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
 #include <time.h>
 #include <winsock.h>
@@ -47,7 +49,6 @@
 #include <sys/time.h>
 #endif
 
-#include "setup.h"
 
 #ifndef HAVE_GETTIMEOFDAY
 #if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
-- 
GitLab