1 |
vip-ire |
1.1 |
diff -ur jigdo-0.7.3.orig/src/compat.hh jigdo-0.7.3/src/compat.hh |
2 |
|
|
--- jigdo-0.7.3.orig/src/compat.hh 2005-07-02 10:21:35.000000000 -0700 |
3 |
|
|
+++ jigdo-0.7.3/src/compat.hh 2008-03-11 23:01:45.000000000 -0700 |
4 |
|
|
@@ -20,6 +20,7 @@ |
5 |
|
|
|
6 |
|
|
#include <string> |
7 |
|
|
#include <stdio.h> |
8 |
|
|
+#include <stdlib.h> |
9 |
|
|
#include <unistd-jigdo.h> |
10 |
|
|
#include <sys/stat.h> |
11 |
|
|
#include <sys/types.h> |
12 |
|
|
diff -ur jigdo-0.7.3.orig/src/gtk/gtk-single-url.cc jigdo-0.7.3/src/gtk/gtk-single-url.cc |
13 |
|
|
--- jigdo-0.7.3.orig/src/gtk/gtk-single-url.cc 2005-10-15 14:27:39.000000000 -0700 |
14 |
|
|
+++ jigdo-0.7.3/src/gtk/gtk-single-url.cc 2008-03-11 23:05:48.000000000 -0700 |
15 |
|
|
@@ -15,6 +15,7 @@ |
16 |
|
|
|
17 |
|
|
#include <time.h> |
18 |
|
|
#include <errno.h> |
19 |
|
|
+#include <string.h> |
20 |
|
|
|
21 |
|
|
#include <autoptr.hh> |
22 |
|
|
#include <gtk-single-url.hh> |
23 |
|
|
diff -ur jigdo-0.7.3.orig/src/gtk/jigdo.cc jigdo-0.7.3/src/gtk/jigdo.cc |
24 |
|
|
--- jigdo-0.7.3.orig/src/gtk/jigdo.cc 2005-07-09 15:21:04.000000000 -0700 |
25 |
|
|
+++ jigdo-0.7.3/src/gtk/jigdo.cc 2008-03-11 23:06:26.000000000 -0700 |
26 |
|
|
@@ -16,6 +16,8 @@ |
27 |
|
|
# include <unistd-jigdo.h> |
28 |
|
|
#endif |
29 |
|
|
|
30 |
|
|
+#include <string.h> |
31 |
|
|
+ |
32 |
|
|
#include <iostream> |
33 |
|
|
#include <string> |
34 |
|
|
#include <vector> |
35 |
|
|
diff -ur jigdo-0.7.3.orig/src/recursedir.cc jigdo-0.7.3/src/recursedir.cc |
36 |
|
|
--- jigdo-0.7.3.orig/src/recursedir.cc 2006-05-14 11:23:31.000000000 -0700 |
37 |
|
|
+++ jigdo-0.7.3/src/recursedir.cc 2008-03-11 23:04:21.000000000 -0700 |
38 |
|
|
@@ -32,6 +32,7 @@ |
39 |
|
|
#include <recursedir.hh> |
40 |
|
|
|
41 |
|
|
#include <iostream> |
42 |
|
|
+#include <string.h> |
43 |
|
|
#include <errno.h> |
44 |
|
|
#include <sys/stat.h> |
45 |
|
|
#include <sys/types.h> |
46 |
|
|
diff -ur jigdo-0.7.3.orig/src/util/configfile.cc jigdo-0.7.3/src/util/configfile.cc |
47 |
|
|
--- jigdo-0.7.3.orig/src/util/configfile.cc 2003-09-27 14:31:04.000000000 -0700 |
48 |
|
|
+++ jigdo-0.7.3/src/util/configfile.cc 2008-03-11 23:05:00.000000000 -0700 |
49 |
|
|
@@ -19,6 +19,8 @@ |
50 |
|
|
#include <iostream> |
51 |
|
|
#include <fstream> |
52 |
|
|
|
53 |
|
|
+#include <string.h> |
54 |
|
|
+ |
55 |
|
|
#include <configfile.hh> |
56 |
|
|
#include <string.hh> |
57 |
|
|
//______________________________________________________________________ |
58 |
|
|
diff -ur jigdo-0.7.3.orig/src/util/md5sum.hh jigdo-0.7.3/src/util/md5sum.hh |
59 |
|
|
--- jigdo-0.7.3.orig/src/util/md5sum.hh 2005-04-09 16:09:52.000000000 -0700 |
60 |
|
|
+++ jigdo-0.7.3/src/util/md5sum.hh 2008-03-11 23:07:04.000000000 -0700 |
61 |
|
|
@@ -28,6 +28,8 @@ |
62 |
|
|
|
63 |
|
|
#include <config.h> |
64 |
|
|
|
65 |
|
|
+#include <string.h> |
66 |
|
|
+ |
67 |
|
|
#include <cstdlib> |
68 |
|
|
#include <iosfwd> |
69 |
|
|
#include <string> |
70 |
|
|
diff -ur jigdo-0.7.3.orig/src/util/string-utf.cc jigdo-0.7.3/src/util/string-utf.cc |
71 |
|
|
--- jigdo-0.7.3.orig/src/util/string-utf.cc 2004-09-11 16:26:30.000000000 -0700 |
72 |
|
|
+++ jigdo-0.7.3/src/util/string-utf.cc 2008-03-11 23:07:43.000000000 -0700 |
73 |
|
|
@@ -15,6 +15,7 @@ |
74 |
|
|
#include <glib.h> |
75 |
|
|
#include <stdarg.h> |
76 |
|
|
#include <stdio.h> |
77 |
|
|
+#include <string.h> |
78 |
|
|
|
79 |
|
|
#include <debug.hh> |
80 |
|
|
#include <string-utf.hh> |