mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +02:00
12 lines
244 B
Diff
12 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)
|