From a9485219348defd667e19483c8b04c25b9291856 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 11 May 2009 11:13:53 -0400 Subject: 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. --- server/monitor/monitor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/monitor') diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index fbc3b880f..55c6c085b 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" -- cgit