Add missing include
authorhyeric <eric.hyer@diehl.com>
Thu, 11 Feb 2016 17:11:48 +0000 (18:11 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Feb 2016 20:31:31 +0000 (20:31 +0000)
  - included <dbus/dbus.h> for dbus_bool_t

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=94094
[smcv: use conventional spacing]
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/activation-helper.h

index 361a4c6..43e7b15 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef BUS_ACTIVATION_HELPER_H
 #define BUS_ACTIVATION_HELPER_H
 
+#include <dbus/dbus.h>
+
 dbus_bool_t run_launch_helper (const char *bus_name, DBusError *error);