summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-18 20:06:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-19 09:35:22 +0100
commit64c9bda0b9d43a4b4cc1d40068f0d0fb261fb5b4 (patch)
tree431dbab24b3b8b884feee9a61151fab30d92620b /include/osl
parent9bca3cc18655d02f3c111d692b26339a6e3669d4 (diff)
Remove include of config_global.h from sal/config.h
(where it is not actually needed), and instead include it where needed Change-Id: I107f8d4002d3001393b89834dd30a30b0c53a792 Reviewed-on: https://gerrit.libreoffice.org/48152 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/interlck.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osl/interlck.h b/include/osl/interlck.h
index a98c08cb511c..c0e06fd6f659 100644
--- a/include/osl/interlck.h
+++ b/include/osl/interlck.h
@@ -29,6 +29,10 @@
#include <intrin.h>
#endif
+#if defined LIBO_INTERNAL_ONLY
+#include "config_global.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif