moved include setup.h
This commit is contained in:
parent
7271ebf23e
commit
53c2798886
@ -40,6 +40,8 @@
|
|||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include "setup.h"
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
@ -47,7 +49,6 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "setup.h"
|
|
||||||
|
|
||||||
#ifndef HAVE_GETTIMEOFDAY
|
#ifndef HAVE_GETTIMEOFDAY
|
||||||
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
|
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
|
||||||
|
Loading…
Reference in New Issue
Block a user