| Index: source/test/letest/letest.h
|
| diff --git a/source/test/letest/letest.h b/source/test/letest/letest.h
|
| index 40d1e8f43eb07141088ea0cb8708be7f3774b26e..a98b2b49bb3b0da02583bb1af369b1b7b3782815 100644
|
| --- a/source/test/letest/letest.h
|
| +++ b/source/test/letest/letest.h
|
| @@ -1,7 +1,7 @@
|
| /*
|
| *******************************************************************************
|
| *
|
| - * Copyright (C) 1999-2011, International Business Machines
|
| + * Copyright (C) 1999-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| @@ -14,7 +14,12 @@
|
| #ifndef __LETEST_H
|
| #define __LETEST_H
|
|
|
| +
|
| +#ifdef USING_ICULEHB
|
| +#include "layout/LETypes.h"
|
| +#else
|
| #include "LETypes.h"
|
| +#endif
|
| #include "unicode/ctest.h"
|
|
|
| #include <stdlib.h>
|
|
|