summaryrefslogtreecommitdiff
path: root/x11/xpad/patches/patch-ab
blob: 648e812555ca2a87692c153a988c254c689baf24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $

--- src/main.c.orig	Tue Jul 15 14:58:26 2003
+++ src/main.c	Tue Jul 15 14:58:55 2003
@@ -38,6 +38,10 @@
 #include <stdio.h>
 #include <unistd.h>
 
+#if HAVE_SETLOCALE
+	#include <locale.h>
+#endif
+
 #if defined (G_OS_UNIX)
  
  #include <signal.h>