diff options
author | Mark Pariente <[email protected]> | 2012-09-05 21:48:43 -0700 |
---|---|---|
committer | Mark Pariente <[email protected]> | 2012-09-05 21:48:43 -0700 |
commit | 67d8e6c9dd804498044cc16ce8d31c28ecc59643 (patch) | |
tree | 35edbe8f74c882e73185e956b690d81489a68cdd /applets/clock/calendar-client.c | |
parent | 167cc3f3c0464fd7e1a90f2135efe05ebf532e1b (diff) | |
download | mate-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.
Diffstat (limited to 'applets/clock/calendar-client.c')
-rw-r--r-- | applets/clock/calendar-client.c | 2 |
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 |