diff options
author | Ted Gould <ted@canonical.com> | 2009-06-12 16:56:08 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-12 16:56:08 -0500 |
commit | 9eb765152122a08ddfa95b150d9a7d5c46559356 (patch) | |
tree | f6b919a96d5dd4b92e8840c11e6afde8661b6ec1 /src/status-service.c | |
parent | 35477b8fb1bd21c4cccf039c4648af47972414a9 (diff) | |
download | ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.tar.gz ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.tar.bz2 ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.zip |
A quickly little object to put itself on DBus.
Diffstat (limited to 'src/status-service.c')
-rw-r--r-- | src/status-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status-service.c b/src/status-service.c index 392b23a..e31a0db 100644 --- a/src/status-service.c +++ b/src/status-service.c @@ -9,6 +9,8 @@ #include "dbus-shared-names.h" +#include "status-service-dbus.h" + #include "status-provider.h" #include "status-provider-pidgin.h" |