mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
lib: Fix dbwrap_tdb.h prerequisites
It uses enum dbwrap_lock_order, so include dbwrap.h Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
b1b5d32c54
commit
ff747f691e
@ -20,7 +20,7 @@
|
||||
#ifndef __DBWRAP_TDB_H__
|
||||
#define __DBWRAP_TDB_H__
|
||||
|
||||
#include <talloc.h>
|
||||
#include "lib/dbwrap/dbwrap.h"
|
||||
|
||||
struct db_context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user