summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 11:56:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 13:01:34 +0100
commitdf451d6a539fdf3c7248e16203026bd8df423e53 (patch)
treed2cbbbad2febb2de2cb17d5d6d033a7dc1b2c2d3 /jurt
parentb64c90c1ef0067aeedc22f6a4bbe7ca243ffdc77 (diff)
pipe.c -> pipe.cxx
Change-Id: I0c9659379e6120c0bf01b6436d3127b83ad01af1
Diffstat (limited to 'jurt')
-rw-r--r--jurt/source/pipe/staticsalhack_c.c1
-rw-r--r--jurt/source/pipe/staticsalhack_cxx.cxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/jurt/source/pipe/staticsalhack_c.c b/jurt/source/pipe/staticsalhack_c.c
index dd4dee6b3240..742b1143baca 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/pipe.c>
#include <sal/osl/unx/readwrite_helper.c>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/jurt/source/pipe/staticsalhack_cxx.cxx b/jurt/source/pipe/staticsalhack_cxx.cxx
index 0a9212ca105a..7b056ebbf17e 100644
--- a/jurt/source/pipe/staticsalhack_cxx.cxx
+++ b/jurt/source/pipe/staticsalhack_cxx.cxx
@@ -30,6 +30,7 @@
#include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/mutex.cxx>
#include <sal/osl/unx/nlsupport.cxx>
+#include <sal/osl/unx/pipe.cxx>
#include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process_impl.cxx>
#include <sal/osl/unx/profile.cxx>