From 7a05ca2c9cd387a92e1ad699ae72caea55895c13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:59:23 +0200 Subject: s3-build: use dbwrap.h only where needed. Guenther --- source3/lib/dbwrap_rbt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/dbwrap_rbt.c') diff --git a/source3/lib/dbwrap_rbt.c b/source3/lib/dbwrap_rbt.c index e9b0e4616f..af88c79e6a 100644 --- a/source3/lib/dbwrap_rbt.c +++ b/source3/lib/dbwrap_rbt.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "dbwrap.h" #include "../lib/util/rbtree.h" #define DBWRAP_RBT_ALIGN(_size_) (((_size_)+15)&~15) -- cgit