Skip to content

Commit 15062a4

Browse files
Jussi Kukkonenkeszybz
authored andcommitted
parse-util: Don't use xlocale.h (#35)
glibc 2.26 no longer contains the non-standard xlocale.h (http://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27) This change shouldn't break anything as xlocale.h was a subset of locale.h.
1 parent 0d42545 commit 15062a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parse-util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <locale.h>
2222
#include <stdlib.h>
2323
#include <string.h>
24-
#include <xlocale.h>
2524

2625
#include "macro.h"
2726
#include "parse-util.h"

0 commit comments

Comments
 (0)