Avoid compilation warning on MinGW
commitbb2ef5c6f7058b149adc9230a3db7d1fbd423c51
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Oct 2016 07:12:53 +0000 (1 10:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Oct 2016 07:12:53 +0000 (1 10:12 +0300)
tree4b613acfc1a3e832043296f85c0bf59398e34322
parent25dca60d5e3b2447352b7c51496baefb4ccd579d
Avoid compilation warning on MinGW

* src/w32.c: Include string.h, needed for the prototype of
'strerror', shadowed by 'sys_strerror'.  This avoids a compiler
warning about "no previous prototype".  The string.h header
must be included after ms-w32.h, but before "#undef strerror".
src/w32.c