aboutsummaryrefslogtreecommitdiff
path: root/tests/test-simple-app.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-04 14:48:18 -0600
committerTed Gould <ted@gould.cx>2009-12-04 14:48:18 -0600
commit549868147d2bbf6e68df4134d1a1c12d29691f25 (patch)
tree79ac792d56f3bee5a4090c5d85e61647e96380cf /tests/test-simple-app.c
parent25d7d9956bb04408438d813cf222e3df59bd0518 (diff)
parent2906ee43d836d60912a8aa66f202a63cadc083d1 (diff)
downloadayatana-indicator-application-549868147d2bbf6e68df4134d1a1c12d29691f25.tar.gz
ayatana-indicator-application-549868147d2bbf6e68df4134d1a1c12d29691f25.tar.bz2
ayatana-indicator-application-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.c1
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;