diff options
author | Ted Gould <ted@canonical.com> | 2009-09-21 17:17:25 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-21 17:17:25 -0500 |
commit | 649bb7471958f9c43945d5ceacb1e913d3743818 (patch) | |
tree | ea81a74c42235bff121bd534f550e6eb2df8ee9d /src/status-provider-mc5.c | |
parent | 4c0e277688134ff411c98ff0ac39028c67ac8f3f (diff) | |
download | ayatana-indicator-session-649bb7471958f9c43945d5ceacb1e913d3743818.tar.gz ayatana-indicator-session-649bb7471958f9c43945d5ceacb1e913d3743818.tar.bz2 ayatana-indicator-session-649bb7471958f9c43945d5ceacb1e913d3743818.zip |
Oh, got the header and it works too! Nice.
Diffstat (limited to 'src/status-provider-mc5.c')
-rw-r--r-- | src/status-provider-mc5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status-provider-mc5.c b/src/status-provider-mc5.c index 300818d..43a52f5 100644 --- a/src/status-provider-mc5.c +++ b/src/status-provider-mc5.c @@ -24,6 +24,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "config.h" #endif +#include "libempathy/empathy-account-manager.h" + #include "status-provider.h" #include "status-provider-mc5.h" #include "status-provider-mc5-marshal.h" |