pkgsrc-ng/databases/gq/patches/patch-src_gq-hash_h
2013-09-26 17:14:40 +02:00

16 lines
325 B
Plaintext

$NetBSD: patch-src_gq-hash_h,v 1.1 2012/05/06 20:12:35 dholland Exp $
Fix build with latest glib2.
--- src/gq-hash.h~ 2007-05-14 16:26:51.000000000 +0000
+++ src/gq-hash.h
@@ -24,7 +24,7 @@
#ifndef GQ_ENCRYPTION_H
#define GQ_ENCRYPTION_H
-#include <glib/garray.h>
+#include <glib.h>
#include "util.h"
G_BEGIN_DECLS