mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
325 B
Plaintext
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
|