ICU-3500 Fix some compiler warnings.

X-SVN-Rev: 14842
This commit is contained in:
George Rhoten 2004-04-02 01:41:25 +00:00
parent 87a5062c6c
commit ddec332bdd

View file

@ -1,6 +1,6 @@
/*
************************************************************************
* Copyright (c) 1997-2002, International Business Machines
* Copyright (c) 1997-2004, International Business Machines
* Corporation and others. All Rights Reserved.
************************************************************************
*/
@ -11,6 +11,7 @@
#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
# include <windows.h>
#else
# include <time.h>
# include <sys/time.h>
# include <unistd.h>
#endif