diff options
author | Ted Gould <ted@canonical.com> | 2009-11-09 21:55:02 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-09 21:55:02 -0600 |
commit | 3d71f7f6f3da9d796bc7c9050d8b6df0eeb1179d (patch) | |
tree | 3bea64bd1711f3e62e4320d4fd0505a253b55d99 /src/libcustomindicator | |
parent | 5c797c35b740399391fecf1cb5bd8eff843d3282 (diff) | |
download | ayatana-indicator-application-3d71f7f6f3da9d796bc7c9050d8b6df0eeb1179d.tar.gz ayatana-indicator-application-3d71f7f6f3da9d796bc7c9050d8b6df0eeb1179d.tar.bz2 ayatana-indicator-application-3d71f7f6f3da9d796bc7c9050d8b6df0eeb1179d.zip |
Adding in the dbus shared header.
Diffstat (limited to 'src/libcustomindicator')
-rw-r--r-- | src/libcustomindicator/custom-indicator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcustomindicator/custom-indicator.c b/src/libcustomindicator/custom-indicator.c index a4835cc..6138daf 100644 --- a/src/libcustomindicator/custom-indicator.c +++ b/src/libcustomindicator/custom-indicator.c @@ -11,6 +11,8 @@ #include "notification-item-server.h" #include "notification-watcher-client.h" +#include "../dbus-shared.h" + /** CustomIndicatorPrivate: @id: The ID of the indicator. Maps to CustomIndicator::id. |