From 04641abb33a06486327088105b578865ed727a23 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 23:48:34 +0200 Subject: s3-libads: move ldap posix schema defines to their own header file. Guenther --- source3/libads/ldap_schema.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/ldap_schema.c') diff --git a/source3/libads/ldap_schema.c b/source3/libads/ldap_schema.c index a841fbdca81..c739286abbd 100644 --- a/source3/libads/ldap_schema.c +++ b/source3/libads/ldap_schema.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "libads/ldap_schema.h" #ifdef HAVE_LDAP -- cgit