summaryrefslogtreecommitdiff
path: root/databases/gtkdbfeditor/patches/patch-src_main.c
blob: c7c2e43326aad7a09d2c5823a5410312128a4c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_main.c,v 1.1.1.1 2012/01/08 15:07:54 wiz Exp $

For LC_ALL.

--- src/main.c.orig	2012-01-05 20:28:21.000000000 +0000
+++ src/main.c
@@ -26,6 +26,7 @@
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 #include <libintl.h>
+#include <locale.h>
 
 #ifdef G_OS_WIN32
 #include <windows.h>