Commit 53c27988 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

moved include setup.h

parent 7271ebf2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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__)