]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/cmemory.c
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / common / cmemory.c
index 45902dc95578b7655d6b707e2d0530b2eaca8a58..0f93f36a63d9d43e4894dba9047950597042b661 100644 (file)
@@ -18,8 +18,9 @@
 *
 ******************************************************************************
 */
-#include "cmemory.h"
 #include "unicode/uclean.h"
+#include "cmemory.h"
+#include <stdlib.h>
 
 /* uprv_malloc(0) returns a pointer to this read-only data. */                
 static const int32_t zeroMem[] = {0, 0, 0, 0, 0, 0};