ice: fix building for VC2003
This commit is contained in:
parent
a802db4473
commit
f87255f5c2
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@
|
|||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#ifndef WIN32
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <re_types.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue