summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ah
blob: dc7c751ab2a5be4106e2b85b473d74ac7d4b1378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.1 2006/02/04 17:02:45 wiz Exp $

--- providers/postgres/utils.c.orig	2005-09-22 10:24:01.000000000 +0000
+++ providers/postgres/utils.c
@@ -26,6 +26,9 @@
 #include <libgda/gda-intl.h>
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
 #include "gda-postgres.h"
 #include "gda-postgres-blob.h"