diff options
author | Ted Gould <ted@canonical.com> | 2009-01-21 12:32:45 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-21 12:32:45 -0600 |
commit | 78c5736eca06ce2d4e03b6dff52c75ec883c4fa8 (patch) | |
tree | 3fc7a519caf7281e1fbb9c9919cf76d53b8a8cb6 /src/indicator-messages.c | |
parent | feb4d8154e758c69fb0e796f27be39239f8cc31e (diff) | |
download | ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.gz ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.tar.bz2 ayatana-indicator-messages-78c5736eca06ce2d4e03b6dff52c75ec883c4fa8.zip |
Linking together
Diffstat (limited to 'src/indicator-messages.c')
-rw-r--r-- | src/indicator-messages.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 68bc434..166d9e5 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -2,6 +2,8 @@ #include <gtk/gtk.h> #include <libindicate/listener.h> +#include "im-menu-item.h" + static IndicateListener * listener; static GHashTable * imHash; #if 0 |