14 lines
291 B
Text
14 lines
291 B
Text
$NetBSD: patch-src_srvc__im_c,v 1.1 2012/05/06 17:53:44 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/srvc_im.c~ 2005-12-28 02:46:54.000000000 +0000
|
|
+++ src/srvc_im.c
|
|
@@ -19,7 +19,6 @@
|
|
*/
|
|
|
|
#include <glib.h>
|
|
-#include <glib/glist.h>
|
|
#include <string.h>
|
|
|
|
#include "mw_channel.h"
|