mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Include <unistd.h> for exit in utf8 locale test.
This commit is contained in:
parent
47b8c99ab3
commit
d399a8b914
@ -1781,6 +1781,7 @@ AC_MSG_CHECKING([for utf8 locale support])
|
||||
AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM([[
|
||||
#include <locale.h>
|
||||
#include <unistd.h>
|
||||
]], [[
|
||||
char *loc = setlocale(LC_CTYPE, "en_US.UTF-8");
|
||||
if (loc != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user