openbsd-ports/net/xchat/patches/patch-src_common_text_c
2012-03-23 13:28:25 +00:00

16 lines
406 B
Plaintext

$OpenBSD: patch-src_common_text_c,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- src/common/text.c.orig Tue Mar 20 09:40:14 2012
+++ src/common/text.c Tue Mar 20 09:40:23 2012
@@ -28,7 +28,7 @@
#include <sys/mman.h>
#include "xchat.h"
-#include <glib/ghash.h>
+#include <glib.h>
#include "cfgfiles.h"
#include "chanopt.h"
#include "plugin.h"