diff options
author | Michael Adam <obnox@samba.org> | 2011-07-07 17:42:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-29 13:34:22 +0200 |
commit | 0b5c4a601a983aab06e4aba158cd9359babd1e71 (patch) | |
tree | 8e2806398d731036115661a88867be107783e538 /source3/include/g_lock.h | |
parent | d4c93ca721d0edd8780ce84e7cccd0e5a1ea4f37 (diff) | |
download | samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.tar.gz samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.tar.bz2 samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.zip |
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include/g_lock.h')
-rw-r--r-- | source3/include/g_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/g_lock.h b/source3/include/g_lock.h index 40922308a1..fc9a8721de 100644 --- a/source3/include/g_lock.h +++ b/source3/include/g_lock.h @@ -20,7 +20,7 @@ #ifndef _G_LOCK_H_ #define _G_LOCK_H_ -#include "dbwrap.h" +#include "dbwrap/dbwrap.h" struct g_lock_ctx; |