diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-02-01 12:08:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-01 14:52:19 +0100 |
commit | c7b1da037e7d739c5be8d0d7982725c31c105e19 (patch) | |
tree | 94d7b707cf8165ad0c81748ddb9fdb3779456df9 /jurt/source | |
parent | f33128179a3c18ecc63d072027f3a3f7d628e47e (diff) |
Fix Library_jpipe__staticsalhack
...after c42f60e2b9a521005e1263e781c878e2598b44df "Simplify osl_getGlobalMutex
to use function-local static",
> ld.lld: error: undefined hidden symbol: osl_getGlobalMutex
> >>> referenced by mutex.hxx:86 (include/osl/mutex.hxx:86)
> >>> lo/core/workdir/CxxObject/jurt/source/pipe/staticsalhack.o:(osl::Mutex::getGlobalMutex())
Change-Id: I93d7736088323846597447012d5fbfbaaa7484d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110246
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'jurt/source')
-rw-r--r-- | jurt/source/pipe/staticsalhack.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index 1f77ee9cba6e..b901a494812e 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -19,6 +19,7 @@ #include <sal/rtl/string.cxx> #include <sal/rtl/ustring.cxx> +#include <sal/osl/all/mutexshared.cxx> #include <sal/osl/unx/conditn.cxx> #include <sal/osl/unx/file.cxx> #include <sal/osl/unx/file_error_transl.cxx> |