mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
$NetBSD: patch-src_common_text_c,v 1.1 2012/05/06 18:41:51 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/common/text.c~ 2010-05-30 02:14:41.000000000 +0000
|
|
+++ src/common/text.c
|
|
@@ -28,7 +28,6 @@
|
|
#include <sys/mman.h>
|
|
|
|
#include "xchat.h"
|
|
-#include <glib/ghash.h>
|
|
#include "cfgfiles.h"
|
|
#include "chanopt.h"
|
|
#include "plugin.h"
|