summaryrefslogtreecommitdiff
path: root/chat/telepathy-gabble/patches/patch-tests_twisted_test-resolver_h
blob: 474a6d9ddb482c080b10325bf4fd03f10c95096c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-tests_twisted_test-resolver_h,v 1.1 2012/05/09 03:57:45 dholland Exp $

Fix build with latest glib2.

--- tests/twisted/test-resolver.h~	2011-02-16 15:06:35.000000000 +0000
+++ tests/twisted/test-resolver.h
@@ -22,7 +22,7 @@
 #define __TEST_RESOLVER_H__
 
 #include <gio/gio.h>
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS