diff options
| author | Simo Sorce <idra@samba.org> | 2009-02-23 17:35:49 -0500 |
|---|---|---|
| committer | Simo Sorce <idra@samba.org> | 2009-02-23 17:38:11 -0500 |
| commit | 1cd7fe71940b7420dd478321b8368a31ae713917 (patch) | |
| tree | 4f03599f3aa40521a5a142fa6f37160233ff8d62 /source4/lib/ldb/tools/ldbedit.c | |
| parent | cf7539abfb0f6e6956bed7a478e0cda6ab734674 (diff) | |
| download | samba-1cd7fe71940b7420dd478321b8368a31ae713917.tar.gz samba-1cd7fe71940b7420dd478321b8368a31ae713917.tar.xz samba-1cd7fe71940b7420dd478321b8368a31ae713917.zip | |
Fix headers, ldb_includes.h is a private header,
do not reference it from ldb.h
Diffstat (limited to 'source4/lib/ldb/tools/ldbedit.c')
| -rw-r--r-- | source4/lib/ldb/tools/ldbedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbedit.c b/source4/lib/ldb/tools/ldbedit.c index 3a915f8bea..9d3bd27983 100644 --- a/source4/lib/ldb/tools/ldbedit.c +++ b/source4/lib/ldb/tools/ldbedit.c @@ -30,7 +30,7 @@ * * Author: Andrew Tridgell */ - +#include "ldb_includes.h" #include "ldb.h" #include "tools/cmdline.h" |
