pkgsrc/chat/xchat/patches/patch-src_common_xchat_h
2012-05-06 18:41:51 +00:00

18 lines
448 B
Text

$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