ICU-5576 Fixes for z/OS

X-SVN-Rev: 21356
This commit is contained in:
George Rhoten 2007-04-05 07:37:28 +00:00
parent 6cc2272493
commit ccbebdacf6

View File

@ -1,9 +1,14 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 2002-2006, International Business Machines Corporation and
* Copyright (c) 2002-2007, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/* z/OS needs this definition for timeval */
#if !defined(_XOPEN_SOURCE_EXTENDED)
#define _XOPEN_SOURCE_EXTENDED 1
#endif
#include "unicode/uperf.h"
#include "uoptions.h"
#include "cmemory.h"