mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
builtin_read: pickup MB_CUR_MAX from stdlib not xlocale
Fixes building on OpenBSD; work on #4184.
(cherry picked from commit 874a675e7f
)
This commit is contained in:
parent
e67ab57ca3
commit
e892c51b9c
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@
|
|||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <xlocale.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue