diff --git a/icu4c/source/common/ucln.h b/icu4c/source/common/ucln.h index 4e21f34caf..9898208f62 100644 --- a/icu4c/source/common/ucln.h +++ b/icu4c/source/common/ucln.h @@ -19,7 +19,7 @@ #include "unicode/utypes.h" -typedef enum ECleanupLibraryType { +enum ECleanupLibraryType { UCLN_START = -1, UCLN_CUSTOM, /* Custom is for anyone else. */ UCLN_LAYOUT, diff --git a/icu4c/source/common/unames.c b/icu4c/source/common/unames.c index ce17e6a620..0d455f165d 100644 --- a/icu4c/source/common/unames.c +++ b/icu4c/source/common/unames.c @@ -25,6 +25,8 @@ #include "cstring.h" #include "unicode/uchar.h" #include "unicode/udata.h" +#include "ucln_cmn.h" + /* prototypes ------------------------------------------------------------- */