Fredrik Fornwall
9 years ago
3 changed files with 15 additions and 13 deletions
@ -0,0 +1,14 @@ |
|||||
|
diff -u -r ../apt-1.2.3/apt-pkg/deb/debindexfile.cc ./apt-pkg/deb/debindexfile.cc
|
||||
|
--- ../apt-1.2.3/apt-pkg/deb/debindexfile.cc 2016-02-10 12:02:45.000000000 -0500
|
||||
|
+++ ./apt-pkg/deb/debindexfile.cc 2016-02-18 02:44:56.707323056 -0500
|
||||
|
@@ -26,8 +26,10 @@
|
||||
|
|
||||
|
#include <stdio.h> |
||||
|
#include <iostream> |
||||
|
+#include <stdlib.h>
|
||||
|
#include <string> |
||||
|
#include <sstream> |
||||
|
+#include <unistd.h>
|
||||
|
|
||||
|
#include <sys/stat.h> |
||||
|
/*}}}*/ |
@ -1,11 +0,0 @@ |
|||||
diff -u -r ../apt-1.1.3/apt-pkg/edsp/edspsystem.cc ./apt-pkg/edsp/edspsystem.cc
|
|
||||
--- ../apt-1.1.3/apt-pkg/edsp/edspsystem.cc 2015-11-30 03:08:24.000000000 -0500
|
|
||||
+++ ./apt-pkg/edsp/edspsystem.cc 2015-12-03 16:33:49.052450163 -0500
|
|
||||
@@ -21,6 +21,7 @@
|
|
||||
|
|
||||
#include <stddef.h> |
|
||||
#include <unistd.h> |
|
||||
+#include <stdlib.h> /* For mkdtemp */
|
|
||||
|
|
||||
#include <string> |
|
||||
#include <vector> |
|
Loading…
Reference in new issue