mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 02:46:59 +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.