chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial push
[termux-packages]
/
packages
/
apt
/
install-progress-cc-include-termios-h.patch
1
diff -u -r ../apt-0.9.16.1/apt-pkg/install-progress.cc ./apt-pkg/install-progress.cc
2
--- ../apt-0.9.16.1/apt-pkg/install-progress.cc 2014-03-15 17:23:45.000000000 +0100
3
+++ ./apt-pkg/install-progress.cc 2014-03-25 01:16:03.436701913 +0100
4
@@ -15,6 +15,7 @@
5
#include <fcntl.h>
6
#include <algorithm>
7
#include <stdio.h>
8
+#include <termios.h>
9
10
#include <apti18n.h>
11