From: Jürg Billeter Date: Tue, 31 Jul 2012 12:20:16 +0000 (+0200) Subject: D-Bus: Add missing gio.h include for GDBus error domains X-Git-Tag: 0.17.4~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc340952581529a180b115e8a1a90a4aa2025fef;p=thirdparty%2Fvala.git D-Bus: Add missing gio.h include for GDBus error domains --- diff --git a/codegen/valagdbusmodule.vala b/codegen/valagdbusmodule.vala index 3604fa942..262e7c07a 100644 --- a/codegen/valagdbusmodule.vala +++ b/codegen/valagdbusmodule.vala @@ -1,6 +1,6 @@ /* valagdbusmodule.vala * - * Copyright (C) 2010 Jürg Billeter + * Copyright (C) 2010-2012 Jürg Billeter * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -45,6 +45,8 @@ public class Vala.GDBusModule : GVariantModule { return; } + cfile.add_include ("gio/gio.h"); + generate_error_domain_declaration (edomain, cfile); if (!edomain.is_internal_symbol ()) {