1
0
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:
Volker Lendecke 2024-02-21 10:55:55 +01:00 committed by Andreas Schneider
parent b1b5d32c54
commit ff747f691e

View File

@ -20,7 +20,7 @@
#ifndef __DBWRAP_TDB_H__
#define __DBWRAP_TDB_H__
#include <talloc.h>
#include "lib/dbwrap/dbwrap.h"
struct db_context;