[glib] gdbus: Add a missing include
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gdbus: Add a missing include
- Date: Sat, 22 Aug 2015 22:13:51 +0000 (UTC)
commit 02f9e84709b4e4756f3e512dede3430f3538fbf5
Author: Kalev Lember <klember redhat com>
Date: Sat Aug 22 23:13:33 2015 +0200
gdbus: Add a missing include
This fixes the build on non-unix platforms, such as win32 where
gunixfdlist.h is not included.
gio/gdbusmethodinvocation.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gdbusmethodinvocation.c b/gio/gdbusmethodinvocation.c
index c5224be..91a7e39 100644
--- a/gio/gdbusmethodinvocation.c
+++ b/gio/gdbusmethodinvocation.c
@@ -29,6 +29,7 @@
#include "gdbusintrospection.h"
#include "gdbuserror.h"
#include "gdbusprivate.h"
+#include "gioerror.h"
#ifdef G_OS_UNIX
#include "gunixfdlist.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]