chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libuv: Update from 1.20.0 to 1.20.1
[termux-packages]
/
packages
/
minicom
/
wkeys.c.patch
1
--- ../minicom-2.7/src/wkeys.c 2013-01-11 08:39:27.000000000 +1100
2
+++ ./src/wkeys.c 2016-04-20 12:28:36.762865823 +1000
3
@@ -27,7 +27,7 @@
4
#include "intl.h"
5
6
#if KEY_KLUDGE && defined(linux)
7
-# include <sys/kd.h>
8
+# include <linux/kd.h>
9
# include <sys/ioctl.h>
10
#endif
11