From: hyeric Date: Thu, 11 Feb 2016 17:11:48 +0000 (+0100) Subject: Add missing include X-Git-Tag: dbus-1.11.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0734f12f420e648a84f24e3ad5e9c3001f18a3c6;p=thirdparty%2Fdbus.git 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 --- diff --git a/bus/activation-helper.h b/bus/activation-helper.h index 361a4c6a1..43e7b1509 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);