aboutsummaryrefslogtreecommitdiff
path: root/odb/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:48:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:48:21 +0200
commite927a6f2a3e3a72a18441fe9f603a336503f68e8 (patch)
treebe59c986397605cc39bd1ecaa9fc7ca116391690 /odb/details
parent6fb470a39ef8900b71634333b0a2227dc8b62799 (diff)
Use the header wrapper instead of posix/mutex.hxx
Diffstat (limited to 'odb/details')
-rw-r--r--odb/details/lock.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx
index 044dfdb..7902d77 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -9,7 +9,7 @@
#include <odb/pre.hxx>
#include <odb/details/export.hxx>
-#include <odb/details/posix/mutex.hxx>
+#include <odb/details/mutex.hxx>
namespace odb
{