summaryrefslogtreecommitdiff
path: root/databases/mergeant/patches/patch-aa
blob: e41fb8f528313d29c7c016a793391a61fa770cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.3 2006/02/04 17:03:30 wiz Exp $

--- src/main.c.orig	2005-05-15 17:02:21.000000000 +0000
+++ src/main.c
@@ -25,6 +25,9 @@
 
 #include <stdio.h>
 #include <libgnomedb/libgnomedb.h>
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
 #include <gtk/gtk.h>
 #include "workspace-window.h"
 #include "session.h"