summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/tdb/include/tdbutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/tdb/include/tdbutil.h b/source3/tdb/include/tdbutil.h
index 44351619f4..1bc000337b 100644
--- a/source3/tdb/include/tdbutil.h
+++ b/source3/tdb/include/tdbutil.h
@@ -23,6 +23,11 @@
#include "tdb.h"
+#ifndef _BOOL
+typedef int BOOL;
+#define _BOOL
+#endif
+
/* single node of a list returned by tdb_search_keys */
typedef struct keys_node
{