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