summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/locale.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-15 12:21:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-15 23:20:47 +0200
commit7a042c8204628c573fc52d5fb4e4a5ba650b1604 (patch)
tree6adedcd2dab0b548158654ef824b7d9e97b3c649 /sal/inc/rtl/locale.h
parente9689e4fdcf876e7bcaf564e060a3512e0fe9ef3 (diff)
Include saldllapi.h explicitly where needed
Change-Id: I7ba421479cd332e059ed9da1c6090e2df420347e
Diffstat (limited to 'sal/inc/rtl/locale.h')
-rw-r--r--sal/inc/rtl/locale.h5
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" {