summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-02-26 08:37:53 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-02-26 08:37:53 +0100
commit46df8b52d970d7c4ec3a61b5c696a05d0cb55f5d (patch)
treeeabdc669dfaeb332ac1060f6702cb79211193cb6 /tools
parent0906954d0a3d214a2572af9280d7cfa4b0be0d6e (diff)
downloaddbus-46df8b52d970d7c4ec3a61b5c696a05d0cb55f5d.tar.gz
linux compile fix
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-launch-x11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dbus-launch-x11.c b/tools/dbus-launch-x11.c
index 56d7f744..43de6d75 100644
--- a/tools/dbus-launch-x11.c
+++ b/tools/dbus-launch-x11.c
@@ -459,5 +459,7 @@ x11_handle_event (void)
}
#else
+void dummy_dbus_launch_x11 (void);
+
void dummy_dbus_launch_x11 (void) { }
#endif