openbsd-ports/databases/gq/patches/patch-src_gq-main-loop_h
2012-03-29 12:43:21 +00:00

16 lines
361 B
Plaintext

$OpenBSD: patch-src_gq-main-loop_h,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
#error "Only <glib.h> can be included directly."
--- src/gq-main-loop.h.orig Wed Jan 9 17:35:12 2008
+++ src/gq-main-loop.h Thu Mar 29 14:00:06 2012
@@ -24,7 +24,7 @@
#ifndef GQ_MAIN_LOOP_H
#define GQ_MAIN_LOOP_H
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS