mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 14842
This commit is contained in:
parent
87a5062c6c
commit
ddec332bdd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue