summaryrefslogtreecommitdiff
path: root/source3/lib/memcache.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 16:27:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 16:27:00 +0200
commita52e729f304c1edbd3842f837f4b2b11222bbc57 (patch)
treea54bf8fdf90318ef19a27a3f0820d14ca594d771 /source3/lib/memcache.c
parent1d0cda2f034c44e2274f90b5453e5b031446c034 (diff)
downloadsamba-a52e729f304c1edbd3842f837f4b2b11222bbc57.tar.gz
samba-a52e729f304c1edbd3842f837f4b2b11222bbc57.tar.bz2
samba-a52e729f304c1edbd3842f837f4b2b11222bbc57.zip
Move rbtree.[ch] to lib/util.
Diffstat (limited to 'source3/lib/memcache.c')
-rw-r--r--source3/lib/memcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/memcache.c b/source3/lib/memcache.c
index e1426bc811..9c892fedfa 100644
--- a/source3/lib/memcache.c
+++ b/source3/lib/memcache.c
@@ -18,7 +18,7 @@
*/
#include "memcache.h"
-#include "rbtree.h"
+#include "../lib/util/rbtree.h"
static struct memcache *global_cache;