diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 12:52:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:01:37 +0100 |
commit | 5ce93720374c26611fa4fcd11997ebd8536e4ce2 (patch) | |
tree | f282f09492a29e4de792efdcf1c9e1383906fd78 /sal/osl/unx/process.cxx | |
parent | 299a8a50d30465d6a93b0992aaf74944404da585 (diff) |
secimpl.h -> secimpl.hxx
Change-Id: I0fb87c5658bd02e327df8fdf3e0aa79f20bbc111
Diffstat (limited to 'sal/osl/unx/process.cxx')
-rw-r--r-- | sal/osl/unx/process.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index c6b9d9cd4ab6..e4977e79f8fb 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -60,7 +60,7 @@ #include "file_url.hxx" #include "readwrite_helper.hxx" #include "sockimpl.h" -#include "secimpl.h" +#include "secimpl.hxx" #define MAX_ARGS 255 #define MAX_ENVS 255 |