From: Ralf Habacker Date: Mon, 7 Jun 2010 12:17:13 +0000 (+0200) Subject: Minor include file fix. X-Git-Tag: dbus-1.3.1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8891d51be1a8f469b479e32d9337c59fa467d181;p=thirdparty%2Fdbus.git Minor include file fix. When including dbus/dbus-errors.h to get error related functions, the related error constants should be available too. --- diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h index cf08e5e6f..e63139a01 100644 --- a/dbus/dbus-errors.h +++ b/dbus/dbus-errors.h @@ -30,6 +30,7 @@ #include #include +#include DBUS_BEGIN_DECLS