ICU-900 Fixed a compiler warning
X-SVN-Rev: 5662
This commit is contained in:
parent
964b65fb7a
commit
4e1079ab28
@ -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,
|
||||
|
@ -25,6 +25,8 @@
|
||||
#include "cstring.h"
|
||||
#include "unicode/uchar.h"
|
||||
#include "unicode/udata.h"
|
||||
#include "ucln_cmn.h"
|
||||
|
||||
|
||||
/* prototypes ------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user