diff options
-rw-r--r-- | jurt/source/pipe/staticsalhack.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index b901a494812e..4bba0c53ef33 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -16,8 +16,16 @@ #include <cstdlib> +#include <config_probes.h> + #include <sal/rtl/string.cxx> +#if USE_SDT_PROBES +#undef RTL_LOG_STRING_BITS +#endif #include <sal/rtl/ustring.cxx> +#if USE_SDT_PROBES +#undef RTL_LOG_STRING_BITS +#endif #include <sal/osl/all/mutexshared.cxx> #include <sal/osl/unx/conditn.cxx> |