diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-01-17 09:58:59 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-01-17 09:58:59 +0000 |
commit | c29fd8272577b85a4eabf6c6cb5ca27b1758c0fb (patch) | |
tree | d3ddcafed0a17763e0c71c88c166069b30c9c8f6 | |
parent | 42fed402b7604826754785d8935da3e8a64f7a3f (diff) |
#include <telepathy-glib/util.h> to suppress a warning.
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@253 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/mcd-presence-frame.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-01-17 Alberto Mardegan <alberto.mardegan@nokia.com> + + * src/mcd-presence-frame.c: + #include <telepathy-glib/util.h> to suppress a warning. + === telepathy-mission-control 4.55 === 2008-01-15 Alberto Mardegan <alberto.mardegan@nokia.com> diff --git a/src/mcd-presence-frame.c b/src/mcd-presence-frame.c index a4707893..39da90b4 100644 --- a/src/mcd-presence-frame.c +++ b/src/mcd-presence-frame.c @@ -35,6 +35,7 @@ #include "mcd-signals-marshal.h" #include "mcd-presence-frame.h" +#include <telepathy-glib/util.h> #define MCD_PRESENCE_FRAME_PRIV(pframe) (G_TYPE_INSTANCE_GET_PRIVATE ((pframe), \ MCD_TYPE_PRESENCE_FRAME, \ |