mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
10 lines
177 B
Diff
10 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"
|