summaryrefslogtreecommitdiffstats
path: root/main/tdb/fix-headers.patch
blob: f9014c01ec7424e1003f87915d98a36de710391d (plain)
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