1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib/ldb/tools: add missing "replace.h"

This has to be the first header!

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jun 11 01:21:01 CEST 2012 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2012-06-10 22:59:00 +02:00
parent 527fdb2659
commit 43090fb286
4 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@
* Author: Andrew Tridgell
*/
#include "replace.h"
#include "ldb.h"
#include "tools/cmdline.h"
#include "ldbutil.h"

View File

@ -31,6 +31,7 @@
* Author: Andrew Tridgell
*/
#include "replace.h"
#include "ldb.h"
#include "tools/cmdline.h"
#include "ldbutil.h"

View File

@ -33,6 +33,7 @@
* Author: Stefan Metzmacher
*/
#include "replace.h"
#include "ldb.h"
#include "tools/cmdline.h"

View File

@ -29,6 +29,7 @@
* Author: Matthieu Patou
*/
#include "replace.h"
#include "ldb.h"
#include "ldb_module.h"
#include "ldbutil.h"