diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:13:29 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:13:29 -0500 |
commit | aa4253123e3e2dffada0a3016944afdac5efc26f (patch) | |
tree | a5cd1b76310fa09d78c65b26bc53686491d6d563 /src/indicator-messages.c | |
parent | 124486885e4ed122d4a536dbef844413faffb3a5 (diff) | |
download | ayatana-indicator-messages-aa4253123e3e2dffada0a3016944afdac5efc26f.tar.gz ayatana-indicator-messages-aa4253123e3e2dffada0a3016944afdac5efc26f.tar.bz2 ayatana-indicator-messages-aa4253123e3e2dffada0a3016944afdac5efc26f.zip |
Including the indicator info
Diffstat (limited to 'src/indicator-messages.c')
-rw-r--r-- | src/indicator-messages.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 3df1329..c180bd4 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -24,6 +24,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <gtk/gtk.h> #include <libindicate/listener.h> +#include <libindicator/indicator.h> +INDICATOR_SET_VERSION + #include "im-menu-item.h" #include "app-menu-item.h" |