1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3: only include tdb headers where needed.

Guenther
This commit is contained in:
Günther Deschner
2011-05-05 11:25:29 +02:00
parent 8aae59a277
commit d8cfca3a9b
68 changed files with 81 additions and 8 deletions

View File

@ -27,6 +27,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smb_share_modes.h"
#include <tdb.h>
/* Database context handle. */
struct smbdb_ctx {