diff options
author | Ted Gould <ted@gould.cx> | 2009-12-04 14:48:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-04 14:48:18 -0600 |
commit | 549868147d2bbf6e68df4134d1a1c12d29691f25 (patch) | |
tree | 79ac792d56f3bee5a4090c5d85e61647e96380cf /tests/test-simple-app.c | |
parent | 25d7d9956bb04408438d813cf222e3df59bd0518 (diff) | |
parent | 2906ee43d836d60912a8aa66f202a63cadc083d1 (diff) | |
download | libayatana-appindicator-549868147d2bbf6e68df4134d1a1c12d29691f25.tar.gz libayatana-appindicator-549868147d2bbf6e68df4134d1a1c12d29691f25.tar.bz2 libayatana-appindicator-549868147d2bbf6e68df4134d1a1c12d29691f25.zip |
* Upstream release 0.0.2
* Updates API to use GTK instead of dbusmenu to make it
easier for upstream developers to use.
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; |