diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:48:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:48:21 +0200 |
commit | e927a6f2a3e3a72a18441fe9f603a336503f68e8 (patch) | |
tree | be59c986397605cc39bd1ecaa9fc7ca116391690 | |
parent | 6fb470a39ef8900b71634333b0a2227dc8b62799 (diff) |
Use the header wrapper instead of posix/mutex.hxx
-rw-r--r-- | odb/details/lock.hxx | 2 |
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 { |