blob: 4b818b9c0dbfafd6407c653f4714cc391a86c810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-libmcclient_dbus-api_h,v 1.1 2012/05/06 20:03:03 dholland Exp $
Fix build with latest glib2.
--- libmcclient/dbus-api.h~ 2008-04-08 11:25:54.000000000 +0000
+++ libmcclient/dbus-api.h
@@ -22,7 +22,7 @@
#ifndef __LIBMCCLIENT_DBUS_API_H__
#define __LIBMCCLIENT_DBUS_API_H__
-#include <glib/gquark.h>
+#include <glib.h>
#include <glib-object.h>
#include <dbus/dbus-glib.h>
#include <telepathy-glib/errors.h>
|