1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

dbwrap: Add some required #includes to dbwrap.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-10-29 10:20:20 +01:00 committed by Jeremy Allison
parent d6a79d2d02
commit e6a7f4cfaa

View File

@ -20,6 +20,9 @@
#ifndef __DBWRAP_H__
#define __DBWRAP_H__
#include "replace.h"
#include <talloc.h>
#include "libcli/util/ntstatus.h"
#include "tdb.h"
struct db_record;