From 4a26a29404e901ceca0a42bac18084b5d3e1f210 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 4 May 2009 13:07:23 -0400 Subject: Fixes for porting SSSD to Debian-based platforms --- server/confdb/confdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/confdb/confdb.h') diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h index 76e448226..b3df6a67f 100644 --- a/server/confdb/confdb.h +++ b/server/confdb/confdb.h @@ -25,6 +25,8 @@ #include #include "talloc.h" #include "tevent.h" +#include "ldb.h" +#include "ldb_errors.h" #include "util/btreemap.h" #include "config.h" -- cgit