From 05ba90324ddfd1de724c39f2f9f28ec10930996f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 26 Nov 2007 13:40:09 +0000 Subject: Add common error helper functions --- common/dbus-helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/dbus-helper.h') diff --git a/common/dbus-helper.h b/common/dbus-helper.h index 4dd9d155..fa5282d9 100644 --- a/common/dbus-helper.h +++ b/common/dbus-helper.h @@ -21,6 +21,7 @@ * */ #include +#include #define DBUS_TYPE_STRING_ARRAY_AS_STRING (DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_STRING_AS_STRING) #define DBUS_TYPE_BYTE_ARRAY_AS_STRING (DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_BYTE_AS_STRING) -- cgit