blob: 585a9787533373473997f966391bce45db64791d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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"
|