mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00

When USE_ICONV is defined, iconv.h references various errno constants, but errno.h is only being included when HAVE_ICONV_H is not defined. This causes build failures on at least GNU/Hurd.