From 8f708b1fcb964d6f739fdb4bc012b333c0598486 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 --- bus/activation-helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bus/activation-helper.h b/bus/activation-helper.h index 361a4c6..b2da3cf 100644 --- a/bus/activation-helper.h +++ b/bus/activation-helper.h @@ -25,6 +25,7 @@ #ifndef BUS_ACTIVATION_HELPER_H #define BUS_ACTIVATION_HELPER_H +#include dbus_bool_t run_launch_helper (const char *bus_name, DBusError *error); -- 2.1.4