changeset 11490:bf2069bddde3

Avoid compilation error on mingw.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Apr 2009 03:02:15 +0200
parents c9d1cd0282f8
children c1ccb2a194ba
files ChangeLog modules/localename-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-20  Bruno Haible  <bruno@clisp.org>
+
+	Avoid compilation error on mingw.
+	* modules/localename-tests (Depends-on): Add locale.
+
 2009-04-19  Bruno Haible  <bruno@clisp.org>
 
 	Support for building a shared library on Windows platforms.
--- a/modules/localename-tests
+++ b/modules/localename-tests
@@ -2,6 +2,7 @@
 tests/test-localename.c
 
 Depends-on:
+locale
 setenv
 unsetenv