summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pariente <[email protected]>2012-09-05 21:48:43 -0700
committerMark Pariente <[email protected]>2012-09-05 21:48:43 -0700
commit67d8e6c9dd804498044cc16ce8d31c28ecc59643 (patch)
tree35edbe8f74c882e73185e956b690d81489a68cdd
parent167cc3f3c0464fd7e1a90f2135efe05ebf532e1b (diff)
downloadmate-panel-67d8e6c9dd804498044cc16ce8d31c28ecc59643.tar.bz2
mate-panel-67d8e6c9dd804498044cc16ce8d31c28ecc59643.tar.xz
Fix compile error
applets/clock/calendar-client.c references MateConfClient without including mateconf-client.h which caused a compile error on my setup.
-rw-r--r--applets/clock/calendar-client.c2
1 files changed, 2 insertions, 0 deletions
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