From ca2bc5f78bd04a20085e709717c085a84ae120c0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 21 Jan 2011 14:55:04 -0500 Subject: Add missing include file to sdap_async_accounts.c --- src/providers/ldap/sdap_async_accounts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c index 66582751c..6e449dbb1 100644 --- a/src/providers/ldap/sdap_async_accounts.c +++ b/src/providers/ldap/sdap_async_accounts.c @@ -23,6 +23,7 @@ #include "util/util.h" #include "db/sysdb.h" #include "providers/ldap/sdap_async_private.h" +#include "providers/ldap/ldap_common.h" /* ==Save-User-Entry====================================================== */ -- cgit