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