From 0245b9b97363f08786c25d4412ed293ca6f94cd5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 Jan 2009 20:12:16 -0500 Subject: Explicitly include ldb_handlers.h where necessary --- source4/lib/ldb/common/ldb_attributes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/common') diff --git a/source4/lib/ldb/common/ldb_attributes.c b/source4/lib/ldb/common/ldb_attributes.c index 4d688a4d7e..9fa0fb2ccd 100644 --- a/source4/lib/ldb/common/ldb_attributes.c +++ b/source4/lib/ldb/common/ldb_attributes.c @@ -29,6 +29,7 @@ */ #include "ldb_private.h" +#include "ldb_handlers.h" /* add a attribute to the ldb_schema -- cgit