mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3852 Don't use malloc.h because Mac OS X doesn't have it. Use stdlib.h.
X-SVN-Rev: 15912
This commit is contained in:
parent
5723699c2e
commit
20f1f7a6e4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/udat.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue