summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-20 23:32:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:30 -0500
commitaf870da6194b47c6cd09445c1e03832d00e951bb (patch)
treed8693e9c9fc8055d98d4275b7669e2186c86aafa /source4/ntvfs/common
parentb316b78cd5d2c511f59ef325c5e8fec68e02ddfe (diff)
downloadsamba-af870da6194b47c6cd09445c1e03832d00e951bb.tar.gz
samba-af870da6194b47c6cd09445c1e03832d00e951bb.tar.bz2
samba-af870da6194b47c6cd09445c1e03832d00e951bb.zip
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
tdbutil.c is Samba specific, so should not be part of the generic tdb library (This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r--source4/ntvfs/common/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/notify.c b/source4/ntvfs/common/notify.c
index 17c6e81c6f..19a60a51a9 100644
--- a/source4/ntvfs/common/notify.c
+++ b/source4/ntvfs/common/notify.c
@@ -27,7 +27,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "lib/tdb/include/tdb.h"
-#include "lib/tdb/include/tdbutil.h"
+#include "lib/util/util_tdb.h"
#include "messaging/messaging.h"
#include "db_wrap.h"
#include "lib/messaging/irpc.h"