From e927a6f2a3e3a72a18441fe9f603a336503f68e8 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Mon, 30 Aug 2010 15:48:21 +0200
Subject: Use the header wrapper instead of posix/mutex.hxx

---
 odb/details/lock.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 {
-- 
cgit v1.1