summaryrefslogtreecommitdiff
path: root/bus/activation-helper.h
diff options
context:
space:
mode:
authorhyeric <eric.hyer@diehl.com>2016-02-11 18:11:48 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-11 20:31:31 +0000
commit0734f12f420e648a84f24e3ad5e9c3001f18a3c6 (patch)
treed2bf751fdd1b5bd5b50141df41462d139bb99bc9 /bus/activation-helper.h
parentab8cb96e561b13d5fe17e0979f6880746322f91e (diff)
downloaddbus-0734f12f420e648a84f24e3ad5e9c3001f18a3c6.tar.gz
Add missing include
- 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>
Diffstat (limited to 'bus/activation-helper.h')
-rw-r--r--bus/activation-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/activation-helper.h b/bus/activation-helper.h
index 361a4c6a..43e7b150 100644
--- a/bus/activation-helper.h
+++ b/bus/activation-helper.h
@@ -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);