From c7b1da037e7d739c5be8d0d7982725c31c105e19 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 1 Feb 2021 12:08:19 +0100 Subject: 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 --- jurt/source/pipe/staticsalhack.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'jurt/source') 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 #include +#include #include #include #include -- cgit