From 0b5c4a601a983aab06e4aba158cd9359babd1e71 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 7 Jul 2011 17:42:08 +0200 Subject: s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ Autobuild-User: Michael Adam Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104 --- source3/passdb/machine_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/machine_sid.c') diff --git a/source3/passdb/machine_sid.c b/source3/passdb/machine_sid.c index 6d4cf237c7..458ffc619d 100644 --- a/source3/passdb/machine_sid.c +++ b/source3/passdb/machine_sid.c @@ -23,7 +23,7 @@ #include "includes.h" #include "passdb.h" #include "secrets.h" -#include "dbwrap.h" +#include "dbwrap/dbwrap.h" #include "../libcli/security/security.h" /* NOTE! the global_sam_sid is the SID of our local SAM. This is only -- cgit