diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-06 03:02:04 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-06 03:02:04 -0700 |
commit | 497b58752b465146c5890624fd1609de10ec0136 (patch) | |
tree | 35edbe8f74c882e73185e956b690d81489a68cdd | |
parent | 167cc3f3c0464fd7e1a90f2135efe05ebf532e1b (diff) | |
parent | 67d8e6c9dd804498044cc16ce8d31c28ecc59643 (diff) | |
download | mate-panel-497b58752b465146c5890624fd1609de10ec0136.tar.bz2 mate-panel-497b58752b465146c5890624fd1609de10ec0136.tar.xz |
Merge pull request #40 from mrpdaemon/compile-fix
Fix compile error
-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 |