]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/simplethread.cpp
ICU-551.30.tar.gz
[apple/icu.git] / icuSources / test / intltest / simplethread.cpp
index b903173e170a4ff7ffe8fce561f22fd41c49b97d..4e2f844ac0a6c04b9b0e2dfc546ae6d203a93445 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>
 /* 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 <unistd.h>
 #endif