ICU-900 Fixed a compiler warning

X-SVN-Rev: 5662
This commit is contained in:
George Rhoten 2001-08-31 18:33:05 +00:00
parent 964b65fb7a
commit 4e1079ab28
2 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -25,6 +25,8 @@
#include "cstring.h"
#include "unicode/uchar.h"
#include "unicode/udata.h"
#include "ucln_cmn.h"
/* prototypes ------------------------------------------------------------- */