better fix for sys/time.h windows problem in genapt850
This commit is contained in:
parent
daf7994c1c
commit
dabe2c131e
1 changed files with 6 additions and 4 deletions
|
@ -4,10 +4,12 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined( __CYGWIN__ ) || defined( __CYGWIN32__ ) || defined( _MSC_VER )
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h> // for timing
|
||||
#endif
|
||||
|
||||
#include "runway.hxx"
|
||||
|
|
Loading…
Reference in a new issue