15 lines
429 B
Text
15 lines
429 B
Text
$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>
|