diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 17:12:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 17:12:03 +0100 |
commit | af66914c1151533ced12bca6e8a7ec14348bdb9e (patch) | |
tree | 0e43952879f84ee646deaeecedc70d0866965c22 /sal/osl/unx/mutex.cxx | |
parent | 26cf7dcf19933feffabcb6b690e840c51f04c31b (diff) |
system.h -> system.hxx
Change-Id: I39a60d0b775bfe40fa89e8b5d5f7466d0db5d36e
Diffstat (limited to 'sal/osl/unx/mutex.cxx')
-rw-r--r-- | sal/osl/unx/mutex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/mutex.cxx b/sal/osl/unx/mutex.cxx index 62f212f15a93..5898622c0754 100644 --- a/sal/osl/unx/mutex.cxx +++ b/sal/osl/unx/mutex.cxx @@ -23,7 +23,7 @@ #define _GNU_SOURCE 1 #endif #endif -#include "system.h" +#include "system.hxx" #include <osl/mutex.h> #include <osl/diagnose.h> |