1 2 3 4 5 6 7 8 9 10 11
--- ./include/tdb.h.orig +++ ./include/tdb.h @@ -31,6 +31,8 @@ #endif #include <signal.h> +#include <stdbool.h> +#include <sys/types.h> /** * @defgroup tdb The tdb API