X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/common/cmemory.c diff --git a/icuSources/common/cmemory.c b/icuSources/common/cmemory.c index 45902dc9..0f93f36a 100644 --- a/icuSources/common/cmemory.c +++ b/icuSources/common/cmemory.c @@ -18,8 +18,9 @@ * ****************************************************************************** */ -#include "cmemory.h" #include "unicode/uclean.h" +#include "cmemory.h" +#include /* uprv_malloc(0) returns a pointer to this read-only data. */ static const int32_t zeroMem[] = {0, 0, 0, 0, 0, 0};