mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
11 lines
177 B
Diff
11 lines
177 B
Diff
--- a/console.c
|
|
+++ b/console.c
|
|
@@ -3,6 +3,7 @@
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <sys/select.h>
|
|
|
|
#include "console.h"
|
|
#include "util.h"
|