diff options
Diffstat (limited to 'sal/inc/rtl/locale.h')
-rw-r--r-- | sal/inc/rtl/locale.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sal/inc/rtl/locale.h b/sal/inc/rtl/locale.h index 3e67fafeb9c8..e3b6bb4f1241 100644 --- a/sal/inc/rtl/locale.h +++ b/sal/inc/rtl/locale.h @@ -29,7 +29,10 @@ #ifndef _RTL_LOCALE_H_ #define _RTL_LOCALE_H_ -#include <rtl/ustring.h> +#include "sal/config.h" + +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { |