15 lines
315 B
Text
15 lines
315 B
Text
$NetBSD: patch-src_channel_c,v 1.1 2012/05/06 17:53:44 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/channel.c~ 2005-12-08 22:04:46.000000000 +0000
|
|
+++ src/channel.c
|
|
@@ -19,8 +19,6 @@
|
|
*/
|
|
|
|
#include <glib.h>
|
|
-#include <glib/ghash.h>
|
|
-#include <glib/glist.h>
|
|
#include <string.h>
|
|
|
|
#include "mw_channel.h"
|