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