pkgsrc-ng/chat/xchat/patches/patch-src_common_xchat_h
2013-09-26 17:14:40 +02:00

19 lines
448 B
Plaintext

$NetBSD: patch-src_common_xchat_h,v 1.1 2012/05/06 18:41:51 dholland Exp $
Fix build with latest glib2.
--- src/common/xchat.h~ 2009-08-16 09:40:16.000000000 +0000
+++ src/common/xchat.h
@@ -1,10 +1,6 @@
#include "../../config.h"
-#include <glib/gslist.h>
-#include <glib/glist.h>
-#include <glib/gutils.h>
-#include <glib/giochannel.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
#include <time.h> /* need time_t */
#ifndef XCHAT_H