From 0734f12f420e648a84f24e3ad5e9c3001f18a3c6 Mon Sep 17 00:00:00 2001 From: hyeric Date: Thu, 11 Feb 2016 18:11:48 +0100 Subject: [PATCH] Add missing include - included for dbus_bool_t Bug: https://bugs.freedesktop.org/show_bug.cgi?id=94094 [smcv: use conventional spacing] Reviewed-by: Simon McVittie --- bus/activation-helper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bus/activation-helper.h b/bus/activation-helper.h index 361a4c6..43e7b15 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_bool_t run_launch_helper (const char *bus_name, DBusError *error); -- 2.7.4