lib: Fix dbwrap_tdb.h prerequisites
authorVolker Lendecke <vl@samba.org>
Wed, 21 Feb 2024 09:55:55 +0000 (10:55 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Mar 2024 08:05:35 +0000 (08:05 +0000)
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>
lib/dbwrap/dbwrap_tdb.h

index d5f49c7d5741efd25db8bf5c5d62e86e658f1447..9251538705c75aff29bc057d65fa48c5292d51f1 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __DBWRAP_TDB_H__
 #define __DBWRAP_TDB_H__
 
-#include <talloc.h>
+#include "lib/dbwrap/dbwrap.h"
 
 struct db_context;