summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-07-17 12:58:34 +0200
committerStefan Metzmacher <metze@samba.org>2014-07-18 15:43:33 +0200
commit45807028d478c082fef6f3a3d5a142d96d63fb50 (patch)
tree5f98a560c6b1115ae9a118eb42ea9147080dbe9f /source3/smbd/globals.c
parentb560fac7f78b761ee279d8e87a749125665eb5d1 (diff)
downloadsamba-45807028d478c082fef6f3a3d5a142d96d63fb50.tar.gz
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
This is generic enough that it could be used in all code. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jul 18 15:43:33 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 3eb65a13200..e03c7c4180b 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
-#include "memcache.h"
+#include "../lib/util/memcache.h"
#include "messages.h"
#include "tdb_compat.h"