]> git.pld-linux.org Git - packages/apt.git/blame - apt-includes.patch
- versioned Obsoletes
[packages/apt.git] / apt-includes.patch
CommitLineData
7fa0d7cf
JB
1--- apt-0.5.15lorg3.94a/apt-pkg/pkgcache.h.orig 2008-01-12 10:45:07.000000000 +0100
2+++ apt-0.5.15lorg3.94a/apt-pkg/pkgcache.h 2015-02-05 21:12:53.014640035 +0100
3@@ -25,6 +25,7 @@
4
5 #include <string>
6 #include <time.h>
7+#include <sys/types.h>
8 #include <apt-pkg/mmap.h>
9
10 using std::string;
11--- apt-0.5.15lorg3.94a/apt-pkg/contrib/progress.h.orig 2008-01-12 10:45:07.000000000 +0100
12+++ apt-0.5.15lorg3.94a/apt-pkg/contrib/progress.h 2015-02-05 21:18:21.347959589 +0100
13@@ -28,6 +28,7 @@
14 #include <map>
15 #include <string>
16 #include <sys/time.h>
17+#include <sys/types.h>
18
19 using std::string;
20 using std::map;
21--- apt-0.5.15lorg3.94a/apt-pkg/srcrecords.h.orig 2008-01-12 10:45:07.000000000 +0100
22+++ apt-0.5.15lorg3.94a/apt-pkg/srcrecords.h 2015-02-08 16:17:47.344505476 +0100
23@@ -19,6 +19,7 @@
24
25 #include <string>
26 #include <vector>
27+#include <sys/types.h>
28
29 using std::string;
30 using std::vector;
31--- apt-0.5.15lorg3.94a/methods/http.cc.orig 2015-02-08 17:06:09.701050343 +0100
32+++ apt-0.5.15lorg3.94a/methods/http.cc 2015-02-08 17:06:11.574383597 +0100
33@@ -38,6 +38,7 @@
34 #include <stdio.h>
35 #include <errno.h>
36 #include <string.h>
37+#include <algorithm>
38 #include <iostream>
39 #include <map>
40
This page took 0.057434 seconds and 4 git commands to generate.