mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 10:52:03 +02:00
13 lines
260 B
Diff
13 lines
260 B
Diff
diff --git a/src/console/conio.c b/src/console/conio.c
|
|
index efe2f3f..2e51454 100755
|
|
--- a/src/console/conio.c
|
|
+++ b/src/console/conio.c
|
|
@@ -55,6 +55,7 @@
|
|
#ifdef HAVE_CONIO
|
|
|
|
#include <curses.h>
|
|
+#include <termios.h>
|
|
#include <term.h>
|
|
|
|
#ifdef HAVE_SUN_OS
|