wchar: add explicit dependencies, for Tru64
authorEric Blake <eblake@redhat.com>
Thu, 10 Mar 2011 23:26:20 +0000 (16:26 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 10 Mar 2011 23:27:45 +0000 (16:27 -0700)
commit24a09809a1797c65c400b477d6eb2c4251443c66
tree428646f3779f85c5c661b506a2f03855be638aba
parenta04136afa59e495aef7c613c8c295326803dd9eb
wchar: add explicit dependencies, for Tru64

Commit 9a354cd exposed a few modules that were previously
picking up the <wchar.h> replacement via indirect dependency,
rather than explicitly including it.  This led to a compile
failure on Tru64 for the vsnprintf module, for example.

* modules/mbmemcasecoll (Depends-on): Add wchar.
* modules/mbtowc (Depends-on): Likewise.
* modules/vasnprintf (Depends-on): Likewise.
* modules/unistdio/u-printf-args (Depends-on): Likewise.
* modules/wctomb (Depends-on): Likewise.
Reported by Peter O'Gorman.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/mbmemcasecoll
modules/mbtowc
modules/unistdio/u-printf-args
modules/vasnprintf
modules/wctomb