| Index: source/io/ufile.h
|
| diff --git a/source/io/ufile.h b/source/io/ufile.h
|
| index 33056429169679089f07c1953435aa6c7ec026ab..42be4662c6e28eb83d718729a06d11f613350b1c 100644
|
| --- a/source/io/ufile.h
|
| +++ b/source/io/ufile.h
|
| @@ -1,7 +1,7 @@
|
| /*
|
| *******************************************************************************
|
| *
|
| - * Copyright (C) 1998-2010, International Business Machines
|
| + * Copyright (C) 1998-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| @@ -20,6 +20,9 @@
|
| #define UFILE_H
|
|
|
| #include "unicode/utypes.h"
|
| +
|
| +#if !UCONFIG_NO_CONVERSION
|
| +
|
| #include "unicode/ucnv.h"
|
| #include "unicode/utrans.h"
|
| #include "locbund.h"
|
| @@ -130,3 +133,4 @@ ufile_flush_io(UFILE *f);
|
|
|
|
|
| #endif
|
| +#endif
|
|
|