mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
tdb: tdb.h needs bool type
Due to introduction of tdb_runtime_check_for_robust_mutexes(). Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
5c5f631710
commit
8b2c280410
@ -31,6 +31,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* @defgroup tdb The tdb API
|
||||
|
Loading…
Reference in New Issue
Block a user