f688aea8a7
Bug fixes: * fixed simple bind with a patch from Pawel Salek (fixes 1753419) Changes 1.2.2: Bug fixes: * fixed a crash when loading the state file on BSD systems (patch from the NetBSD people) * make command line argument handling more robust Changes 1.2.1: Build Improvements * fixed a bash expression
15 lines
328 B
Text
15 lines
328 B
Text
$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
|