summaryrefslogtreecommitdiff
path: root/ctdb/common/rb_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/common/rb_tree.c')
-rw-r--r--ctdb/common/rb_tree.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/ctdb/common/rb_tree.c b/ctdb/common/rb_tree.c
index 6b131bc0932..4b1ff97199e 100644
--- a/ctdb/common/rb_tree.c
+++ b/ctdb/common/rb_tree.c
@@ -17,7 +17,13 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "includes.h"
+#include "replace.h"
+
+#include <talloc.h>
+
+#include "lib/util/debug.h"
+#include "ctdb_logging.h"
+
#include "rb_tree.h"
#define NO_MEMORY_FATAL(p) do { if (!(p)) { \