diff options
Diffstat (limited to 'include/osl/getglobalmutex.hxx')
-rw-r--r-- | include/osl/getglobalmutex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/getglobalmutex.hxx b/include/osl/getglobalmutex.hxx index 4fbd32a3e4b5..7ac2c673f4a9 100644 --- a/include/osl/getglobalmutex.hxx +++ b/include/osl/getglobalmutex.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX #define INCLUDED_OSL_GETGLOBALMUTEX_HXX -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> namespace osl { |