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:
George Rhoten 2004-06-17 23:17:56 +00:00
parent 5723699c2e
commit 20f1f7a6e4

View file

@ -15,7 +15,7 @@
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "unicode/uloc.h"
#include "unicode/udat.h"