diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-03 23:23:01 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-12-03 23:23:01 -0600 |
commit | 580f2be463c2ede353491c8ca0ea056b861aec69 (patch) | |
tree | afd24b34125fa2efbde67c2475c22b22e7b44fdf /tests/test-simple-app.c | |
parent | 92a3e89c7690bda61d1548fb5c21b056be078192 (diff) | |
download | ayatana-indicator-application-580f2be463c2ede353491c8ca0ea056b861aec69.tar.gz ayatana-indicator-application-580f2be463c2ede353491c8ca0ea056b861aec69.tar.bz2 ayatana-indicator-application-580f2be463c2ede353491c8ca0ea056b861aec69.zip |
API changes, gtk menu support
Diffstat (limited to 'tests/test-simple-app.c')
-rw-r--r-- | tests/test-simple-app.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-simple-app.c b/tests/test-simple-app.c index 60ed88f..f5957c8 100644 --- a/tests/test-simple-app.c +++ b/tests/test-simple-app.c @@ -23,6 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> #include <glib.h> +#include <libdbusmenu-glib/server.h> #include <libappindicator/app-indicator.h> static GMainLoop * mainloop = NULL; |