This commit is contained in:
Daniel Stenberg 2000-08-24 14:28:11 +00:00
Родитель 7271ebf23e
Коммит 53c2798886
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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__)