mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
11 lines
244 B
Diff
11 lines
244 B
Diff
--- 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)
|