mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
|
|
|
|
locale.h is required for setlocale(3) and LC_ALL.
|
|
|
|
--- src/kimera-tomoe-gtk.c.orig 2007-04-08 15:05:33.000000000 +0000
|
|
+++ src/kimera-tomoe-gtk.c
|
|
@@ -25,6 +25,9 @@
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif /* HAVE_CONFIG_H */
|
|
+#ifdef HAVE_LOCALE_H
|
|
+#include <locale.h>
|
|
+#endif
|
|
#include <gtk/gtk.h>
|
|
#include <tomoe-gtk.h>
|
|
#include "intl.h"
|