[libgovirt] OvirtResourceRestCall needs to include glib-compat.h
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgovirt] OvirtResourceRestCall needs to include glib-compat.h
- Date: Tue, 8 Oct 2013 17:07:12 +0000 (UTC)
commit c11cb1962944ae1994a8f4cc33947aad3b15fc18
Author: Christophe Fergeau <cfergeau redhat com>
Date: Tue Oct 8 18:35:59 2013 +0200
OvirtResourceRestCall needs to include glib-compat.h
It calls g_clear_object() which is not available in older glibs
govirt/ovirt-resource-rest-call.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/govirt/ovirt-resource-rest-call.c b/govirt/ovirt-resource-rest-call.c
index 6683bfc..bbcd4a6 100644
--- a/govirt/ovirt-resource-rest-call.c
+++ b/govirt/ovirt-resource-rest-call.c
@@ -27,6 +27,7 @@
#include <libsoup/soup.h>
#include <rest/rest-params.h>
+#include "glib-compat.h"
#include "ovirt-proxy.h"
#include "ovirt-resource-private.h"
#include "ovirt-resource-rest-call.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]