dbwrap: Add some required #includes to dbwrap.h
authorVolker Lendecke <vl@samba.org>
Wed, 29 Oct 2014 09:20:20 +0000 (10:20 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 30 Oct 2014 05:52:04 +0000 (06:52 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/dbwrap/dbwrap.h

index d289243f7a64a2f213be6800ab0fa607d36be200..e56e036c4c4f18fd589683547f4c14d9380e6c15 100644 (file)
@@ -20,6 +20,9 @@
 #ifndef __DBWRAP_H__
 #define __DBWRAP_H__
 
+#include "replace.h"
+#include <talloc.h>
+#include "libcli/util/ntstatus.h"
 #include "tdb.h"
 
 struct db_record;