X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..b801cf366c7671a99bdcef84d1e9c0ec64b36723:/icuSources/test/intltest/simplethread.cpp?ds=sidebyside diff --git a/icuSources/test/intltest/simplethread.cpp b/icuSources/test/intltest/simplethread.cpp index b903173e..4e2f844a 100644 --- a/icuSources/test/intltest/simplethread.cpp +++ b/icuSources/test/intltest/simplethread.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1999-2011, International Business Machines Corporation and + * Copyright (c) 1999-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -32,6 +32,7 @@ #include "unicode/uloc.h" #include "unicode/locid.h" #include "putilimp.h" +#include "intltest.h" #include #include @@ -49,9 +50,11 @@ /* Needed by z/OS to get usleep */ #if U_PLATFORM == U_PF_OS390 #define __DOT1 1 -#define __UU +#ifndef __UU +# define __UU +#endif #ifndef _XPG4_2 -#define _XPG4_2 +# define _XPG4_2 #endif #include #endif