]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix "warning: implicit declaration of function 'open'/'read'/'close'".
authorBruno Haible <bruno@clisp.org>
Sun, 18 Oct 2020 11:42:41 +0000 (13:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 18 Oct 2020 11:45:16 +0000 (13:45 +0200)
commita46ff88c19dc4a65db82b31c46eb9ae1e8e1f6d8
tree5091655c9ef7bc390e7d68078478f8da3e694cae
parent047dcd2ed6f3db6312a46c2acab92bfaf9679b26
Fix "warning: implicit declaration of function 'open'/'read'/'close'".

* gettext-runtime/intl/loadmsgcat.c: Include <io.h>.
(open, read, close): New macros on native Windows.
gettext-runtime/intl/loadmsgcat.c