mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
12 lines
180 B
Diff
12 lines
180 B
Diff
--- ./lib/cib/cib_remote.c.orig
|
|
+++ ./lib/cib/cib_remote.c
|
|
@@ -53,7 +53,7 @@
|
|
#endif
|
|
|
|
#include <arpa/inet.h>
|
|
-#ifndef ON_BSD
|
|
+#ifdef HAVE_SGTTY_H
|
|
# include <sgtty.h>
|
|
#endif
|
|
|