1
0
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:
Martin Schwenke 2014-09-16 13:42:33 +10:00 committed by Volker Lendecke
parent 5c5f631710
commit 8b2c280410

View File

@ -31,6 +31,7 @@ extern "C" {
#endif
#include <signal.h>
#include <stdbool.h>
/**
* @defgroup tdb The tdb API