openbsd-ports/databases/gq/patches/patch-src_glib-helpers_c
2012-03-29 12:43:21 +00:00

17 lines
401 B
Plaintext

$OpenBSD: patch-src_glib-helpers_c,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
#error "Only <glib.h> can be included directly."
--- src/glib-helpers.c.orig Wed Jan 9 17:35:12 2008
+++ src/glib-helpers.c Thu Mar 29 14:00:06 2012
@@ -23,8 +23,7 @@
#include "glib-helpers.h"
-#include <glib/gmessages.h>
-#include <glib/gunicode.h>
+#include <glib.h>
GList*
g_list_copy_reversed(GList* list) {