From 67d8e6c9dd804498044cc16ce8d31c28ecc59643 Mon Sep 17 00:00:00 2001 From: Mark Pariente <markpariente@gmail.com> Date: Wed, 5 Sep 2012 21:48:43 -0700 Subject: Fix compile error applets/clock/calendar-client.c references MateConfClient without including mateconf-client.h which caused a compile error on my setup. --- applets/clock/calendar-client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applets/clock/calendar-client.c b/applets/clock/calendar-client.c index 77efa137..8619a3b6 100644 --- a/applets/clock/calendar-client.c +++ b/applets/clock/calendar-client.c @@ -27,6 +27,8 @@ #include "calendar-client.h" +#include <mateconf/mateconf-client.h> + #include <libintl.h> #include <string.h> #define HANDLE_LIBICAL_MEMORY -- cgit v1.2.1