ice: fix building for VC2003

This commit is contained in:
Alfred E. Heggestad 2011-05-07 14:15:04 +00:00
parent a802db4473
commit f87255f5c2

View file

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