diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-11 11:13:53 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-11 14:19:32 -0400 |
| commit | a9485219348defd667e19483c8b04c25b9291856 (patch) | |
| tree | 175509d4844a40c1eb5253f0febc4b7e586efa4a /server/monitor/monitor.c | |
| parent | 697733a4b00e345298707b7e0827725e708ab0bc (diff) | |
| download | sssd-a9485219348defd667e19483c8b04c25b9291856.tar.gz sssd-a9485219348defd667e19483c8b04c25b9291856.tar.xz sssd-a9485219348defd667e19483c8b04c25b9291856.zip | |
Separate confdb API from confdb setup
Refactoring the confdb so that the setup code can be linked
separately from the access API. This is being done so that our
plugins do not need to link against the collection and ini_config
libraries.
Diffstat (limited to 'server/monitor/monitor.c')
| -rw-r--r-- | server/monitor/monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index fbc3b88..55c6c08 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -37,6 +37,7 @@ #include "popt.h" #include "tevent.h" #include "confdb/confdb.h" +#include "confdb/confdb_setup.h" #include "db/sysdb.h" #include "monitor/monitor.h" #include "dbus/dbus.h" |
