diff options
author | Simo Sorce <idra@samba.org> | 2009-01-30 20:12:16 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-30 20:12:50 -0500 |
commit | 0245b9b97363f08786c25d4412ed293ca6f94cd5 (patch) | |
tree | d78557fd871758f084e30ca5099e1ac798006124 /source4/lib/ldb-samba | |
parent | 0498a30b223861a9ea10c75848387755ddedd411 (diff) | |
download | samba-0245b9b97363f08786c25d4412ed293ca6f94cd5.tar.gz samba-0245b9b97363f08786c25d4412ed293ca6f94cd5.tar.bz2 samba-0245b9b97363f08786c25d4412ed293ca6f94cd5.zip |
Explicitly include ldb_handlers.h where necessary
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index d92f211946..13bb320d6f 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -23,6 +23,7 @@ #include "includes.h" #include "ldb_private.h" +#include "ldb_handlers.h" #include "dsdb/samdb/samdb.h" #include "librpc/gen_ndr/ndr_security.h" #include "librpc/gen_ndr/ndr_misc.h" |