diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-02-06 18:06:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-06 18:06:11 +0100 |
commit | cb12ed1fde058d5be2f3cc388039c8ecebcda15c (patch) | |
tree | 7e81bbe8920af9b048aa26f49c03ea2e13f1db9a /jurt | |
parent | 4cceead76514e97cc25fb841629cfc6a5e1af53a (diff) |
Adapt jurt/source/pipe/staticsalhack.cxx
...to f90e26b6313a2a7e492337f5957e49f5a512e5e7 "tdf#107461: For Unix-like OS,
support file://<hostname>/... URLs" calling osl_getLocalHostname from
sal/osl/unx/file_url.cxx.
Change-Id: I2d9d3f8f7a1c7a1505dfafff0e60633b89f2de27
Diffstat (limited to 'jurt')
-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 8b7e11b01049..4c25067f13c0 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -36,6 +36,7 @@ #include <sal/osl/unx/profile.cxx> #include <sal/osl/unx/readwrite_helper.cxx> #include <sal/osl/unx/security.cxx> +#include <sal/osl/unx/socket.cxx> #include <sal/osl/unx/thread.cxx> #include <sal/osl/unx/uunxapi.cxx> #include <sal/rtl/alloc_arena.cxx> |