1
0
Fork 0

better fix for sys/time.h windows problem in genapt850

This commit is contained in:
Peter Sadrozinski 2012-03-31 11:22:48 -04:00
parent daf7994c1c
commit dabe2c131e

View file

@ -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"