mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 08:47:55 -04:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
$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"
|
|
|