From 5ce93720374c26611fa4fcd11997ebd8536e4ce2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Nov 2014 12:52:34 +0100 Subject: secimpl.h -> secimpl.hxx Change-Id: I0fb87c5658bd02e327df8fdf3e0aa79f20bbc111 --- sal/osl/unx/pipe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/osl/unx/pipe.cxx') diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx index ec78c2aee446..654038fedcbb 100644 --- a/sal/osl/unx/pipe.cxx +++ b/sal/osl/unx/pipe.cxx @@ -28,7 +28,7 @@ #include #include "sockimpl.h" -#include "secimpl.h" +#include "secimpl.hxx" #define PIPEDEFAULTPATH "/tmp" #define PIPEALTERNATEPATH "/var/tmp" -- cgit