mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
wutil.h: fix build on newer glibc
https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27
This commit is contained in:
parent
40e37c4a87
commit
22ccee3380
|
@ -7,7 +7,7 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <xlocale.h>
|
||||
#include <locale.h>
|
||||
#include <string>
|
||||
|
||||
#include "common.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user