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

16 lines
373 B
Plaintext

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