summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_watch.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-11 22:11:42 +0200
committerMichael Adam <obnox@samba.org>2012-05-14 04:04:55 +0200
commite945511aae52c0bc50007ffc703241c7da1db372 (patch)
treea8cfc6357fa4747417505d328a3a6d07f8dcd398 /source3/lib/dbwrap/dbwrap_watch.h
parentf5e5ed79ccc10e0b6aa50f6b6747d48d9505e7ee (diff)
downloadsamba-e945511aae52c0bc50007ffc703241c7da1db372.tar.gz
samba-e945511aae52c0bc50007ffc703241c7da1db372.tar.bz2
samba-e945511aae52c0bc50007ffc703241c7da1db372.zip
move the dbwrap library to the top level
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_watch.h')
-rw-r--r--source3/lib/dbwrap/dbwrap_watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap_watch.h b/source3/lib/dbwrap/dbwrap_watch.h
index e242fa188a..66fef32698 100644
--- a/source3/lib/dbwrap/dbwrap_watch.h
+++ b/source3/lib/dbwrap/dbwrap_watch.h
@@ -21,7 +21,7 @@
#define __DBWRAP_WATCH_H__
#include <tevent.h>
-#include "dbwrap.h"
+#include "dbwrap/dbwrap.h"
#include "messages.h"
void dbwrap_watch_db(struct db_context *db, struct messaging_context *msg);