diff options
Diffstat (limited to 'main/tdb/fix-headers.patch')
-rw-r--r-- | main/tdb/fix-headers.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/tdb/fix-headers.patch b/main/tdb/fix-headers.patch new file mode 100644 index 0000000000..f9014c01ec --- /dev/null +++ b/main/tdb/fix-headers.patch @@ -0,0 +1,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 |