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:
David Adam 2018-08-03 22:35:50 +08:00
parent 40e37c4a87
commit 22ccee3380

View File

@ -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"