summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-an
blob: f8562dbcd4ec317114214862337890f4e949af1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-an,v 1.2 2008/01/10 21:42:54 adam Exp $

--- src/gq.c.orig	2008-01-10 22:31:56.000000000 +0100
+++ src/gq.c
@@ -32,6 +32,10 @@
 # include  <config.h>
 #endif /* HAVE_CONFIG_H */
 
+#ifdef HAVE_LOCALE_H
+# include  <locale.h>
+#endif /* HAVE_LOCALE_H */
+
 #ifdef DEBUG
 #  include "debug.h"
 #  ifdef HAVE_MCHECK