aboutsummaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 14:28:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 14:28:11 +0000
commit53c27988861f494ff482d4f73785969cb6af3ad9 (patch)
tree2301012df3bfa73fd9727720e443b956f885cedf /lib/timeval.h
parent7271ebf23ee4fbafdfa5652f7f822be9bf3eba9f (diff)
moved include setup.h
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h
index 4158423c6..0a4253d42 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__)