diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 11:53:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:01:34 +0100 |
commit | b64c90c1ef0067aeedc22f6a4bbe7ca243ffdc77 (patch) | |
tree | 1fa90cfa6faa6a2c4335f804ec68f3ba1774a31a /jurt | |
parent | 431a7c402f5ba41db1c0acbe264c50da925b05a4 (diff) |
nlsupport.c -> nlsupport.cxx
Change-Id: Ida0c3c0c521f71fd3f18a12c02cf98ac96c5b7a6
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/source/pipe/staticsalhack_c.c | 1 | ||||
-rw-r--r-- | jurt/source/pipe/staticsalhack_cxx.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/jurt/source/pipe/staticsalhack_c.c b/jurt/source/pipe/staticsalhack_c.c index 2fefa1b32a0f..dd4dee6b3240 100644 --- a/jurt/source/pipe/staticsalhack_c.c +++ b/jurt/source/pipe/staticsalhack_c.c @@ -9,7 +9,6 @@ #include <staticsalhack.h> -#include <sal/osl/unx/nlsupport.c> #include <sal/osl/unx/pipe.c> #include <sal/osl/unx/readwrite_helper.c> diff --git a/jurt/source/pipe/staticsalhack_cxx.cxx b/jurt/source/pipe/staticsalhack_cxx.cxx index cee447d25c40..0a9212ca105a 100644 --- a/jurt/source/pipe/staticsalhack_cxx.cxx +++ b/jurt/source/pipe/staticsalhack_cxx.cxx @@ -29,6 +29,7 @@ #include <sal/osl/unx/memory.cxx> #include <sal/osl/unx/module.cxx> #include <sal/osl/unx/mutex.cxx> +#include <sal/osl/unx/nlsupport.cxx> #include <sal/osl/unx/process.cxx> #include <sal/osl/unx/process_impl.cxx> #include <sal/osl/unx/profile.cxx> |