summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-src_gq-server-list_h
blob: 9cd205e2f9055b99ffebc13917b3c94e48050e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_gq-server-list_h,v 1.1 2012/05/06 20:12:35 dholland Exp $

Fix build with latest glib2.

--- src/gq-server-list.h~	2007-05-14 16:26:50.000000000 +0000
+++ src/gq-server-list.h
@@ -26,7 +26,7 @@
 #ifndef GQ_SERVER_LIST_H
 #define GQ_SERVER_LIST_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include "gq-server.h" // for GqServer
 
 G_BEGIN_DECLS