mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-2765 Fix for Mac OS X
X-SVN-Rev: 11680
This commit is contained in:
parent
06a6567c93
commit
8e43d0330c
4 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#if !UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/ubrk.h"
|
||||
#include "unicode/ustring.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/ucal.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/umsg.h"
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
* $Source: /xsrl/Nsvn/icu/icu/source/test/cintltst/usettest.c,v $
|
||||
**********************************************************************
|
||||
*/
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uset.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define TEST(x) addTest(root, &x, "uset/" # x)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue