1dab4873ea
changes: Scalable Vector Graphic (SVG) stamps, Japanese and Korean text entry, improved printing and monitor support, and stamp categories are just a few of the many improvements.
12 lines
275 B
Text
12 lines
275 B
Text
$NetBSD: patch-ad,v 1.1 2007/09/04 21:11:58 drochner Exp $
|
|
|
|
--- src/i18n.c.orig 2007-09-04 19:24:41.000000000 +0200
|
|
+++ src/i18n.c
|
|
@@ -32,6 +32,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <libintl.h>
|
|
+#include <locale.h>
|
|
#include "i18n.h"
|
|
#include "debug.h"
|
|
|