From 47843f2b64001552b4606b2a2ecd6cefbf3971ba Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 24 Aug 2005 17:01:23 +0000 Subject: r9591: - Remove empty file - Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h... (This used to be commit b8c52900636515d1215ae79a70416db93ce4531c) --- source4/lib/samba3/secrets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/samba3/secrets.c') diff --git a/source4/lib/samba3/secrets.c b/source4/lib/samba3/secrets.c index 4aacffda34..6b629d1eff 100644 --- a/source4/lib/samba3/secrets.c +++ b/source4/lib/samba3/secrets.c @@ -25,7 +25,7 @@ such as the local SID and machine trust password */ #include "includes.h" -#include "tdb.h" +#include "lib/tdb/include/tdb.h" #include "lib/samba3/samba3.h" #include "system/filesys.h" #include "librpc/gen_ndr/ndr_security.h" -- cgit