Created attachment 9970 [details] patch to fix the bug Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) added a bool to tdb.h , but did not also add #include <stdbool.h> . This prevents any C code that includes tdb.h from building, at least for me with GCC 4.9.0 on Fedora Rawhide. Attaching a git-formatted patch that adds the missing #include.
Comment on attachment 9970 [details] patch to fix the bug Reviewed-by: Volker Lendecke <vl@samba.org>
fixed in tdb-1.3.2