repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git]
/
components
/
library
/
brltty
/
patches
/
10-termios.patch
blob
b2dc67a6aca8e9588d618381f869d43888278158
1
diff -Nru brltty-6.5.orig/Programs/file.c brltty-6.5/Programs/file.c
2
--- brltty-6.5.orig/Programs/file.c 2022-04-28 20:34:10.000000000 +0000
3
+++ brltty-6.5/Programs/file.c 2022-09-28 17:59:40.545061598 +0000
4
@@ -27,6 +27,7 @@
5
#include <sys/stat.h>
6
#include <limits.h>
7
#include <locale.h>
8
+#include <termios.h>
9
10
#ifdef HAVE_LANGINFO_H
11
#include <langinfo.h>