summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-17 22:46:39 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:42 +0100
commit7f3b941976e00455c4768731bb923267f717b39e (patch)
tree02d754104308afafa9f7e81d0d9f847dd11d473a /source4
parentfdf30f9e9622facb4cc1ab97e4156e9282424b27 (diff)
downloadsamba-7f3b941976e00455c4768731bb923267f717b39e.tar.gz
samba-7f3b941976e00455c4768731bb923267f717b39e.tar.bz2
samba-7f3b941976e00455c4768731bb923267f717b39e.zip
r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.h
metze (This used to be commit 88f11a88f32a0a5fe2702d24f1879881a5865365)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/gencache/gencache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/gencache/gencache.c b/source4/lib/gencache/gencache.c
index 949b16cb3b..ea80a93624 100644
--- a/source4/lib/gencache/gencache.c
+++ b/source4/lib/gencache/gencache.c
@@ -23,7 +23,7 @@
#include "includes.h"
#include "system/time.h"
#include "system/filesys.h"
-#include "db_wrap.h"
+#include "tdb_wrap.h"
#include "lib/gencache/gencache.h"
#define TIMEOUT_LEN 12