blob: c04542b350574e48960637940ccb6d0449d77616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/c/expeditor.c
+++ src/c/expeditor.c
@@ -546,8 +546,5 @@
#include <sys/ioctl.h>
#include <wchar.h>
#include <locale.h>
-#ifndef __GLIBC__
-#include <xlocale.h>
-#endif
#if defined(TIOCGWINSZ) && defined(SIGWINCH) && defined(EINTR)
|