chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tcl: Update from 8.6.5 to 8.6.6
[termux-packages]
/
packages
/
apt
/
apt-pkg-deb-debindexfile.cc.patch
1
diff -u -r ../apt-1.2.3/apt-pkg/deb/debindexfile.cc ./apt-pkg/deb/debindexfile.cc
2
--- ../apt-1.2.3/apt-pkg/deb/debindexfile.cc 2016-02-10 12:02:45.000000000 -0500
3
+++ ./apt-pkg/deb/debindexfile.cc 2016-02-18 02:44:56.707323056 -0500
4
@@ -26,8 +26,10 @@
5
6
#include <stdio.h>
7
#include <iostream>
8
+#include <stdlib.h>
9
#include <string>
10
#include <sstream>
11
+#include <unistd.h>
12
13
#include <sys/stat.h>
14
/*}}}*/