From ce95caf0df0a9c22cd9a2a2305f0323be3b668a5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 20 Sep 2006 18:15:46 +0000 Subject: r18731: fix the build on aix metze (This used to be commit ff88592426b851295604717b4fe52290504fc543) --- source3/tdb/include/tdbutil.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/tdb') diff --git a/source3/tdb/include/tdbutil.h b/source3/tdb/include/tdbutil.h index 44351619f45..1bc000337b1 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 { -- cgit