Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218465
Collapse All | Expand All

(-)jigdo-0.7.3.orig/src/compat.hh (+1 lines)
Lines 20-25 Link Here
20
20
21
#include <string>
21
#include <string>
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <stdlib.h>
23
#include <unistd-jigdo.h>
24
#include <unistd-jigdo.h>
24
#include <sys/stat.h>
25
#include <sys/stat.h>
25
#include <sys/types.h>
26
#include <sys/types.h>
(-)jigdo-0.7.3.orig/src/gtk/gtk-single-url.cc (+1 lines)
Lines 15-20 Link Here
15
15
16
#include <time.h>
16
#include <time.h>
17
#include <errno.h>
17
#include <errno.h>
18
#include <string.h>
18
19
19
#include <autoptr.hh>
20
#include <autoptr.hh>
20
#include <gtk-single-url.hh>
21
#include <gtk-single-url.hh>
(-)jigdo-0.7.3.orig/src/gtk/jigdo.cc (+2 lines)
Lines 16-21 Link Here
16
#  include <unistd-jigdo.h>
16
#  include <unistd-jigdo.h>
17
#endif
17
#endif
18
18
19
#include <string.h>
20
19
#include <iostream>
21
#include <iostream>
20
#include <string>
22
#include <string>
21
#include <vector>
23
#include <vector>
(-)jigdo-0.7.3.orig/src/recursedir.cc (+1 lines)
Lines 32-37 Link Here
32
#include <recursedir.hh>
32
#include <recursedir.hh>
33
33
34
#include <iostream>
34
#include <iostream>
35
#include <string.h>
35
#include <errno.h>
36
#include <errno.h>
36
#include <sys/stat.h>
37
#include <sys/stat.h>
37
#include <sys/types.h>
38
#include <sys/types.h>
(-)jigdo-0.7.3.orig/src/util/configfile.cc (+2 lines)
Lines 19-24 Link Here
19
#include <iostream>
19
#include <iostream>
20
#include <fstream>
20
#include <fstream>
21
21
22
#include <string.h>
23
22
#include <configfile.hh>
24
#include <configfile.hh>
23
#include <string.hh>
25
#include <string.hh>
24
//______________________________________________________________________
26
//______________________________________________________________________
(-)jigdo-0.7.3.orig/src/util/md5sum.hh (+2 lines)
Lines 28-33 Link Here
28
28
29
#include <config.h>
29
#include <config.h>
30
30
31
#include <string.h>
32
31
#include <cstdlib>
33
#include <cstdlib>
32
#include <iosfwd>
34
#include <iosfwd>
33
#include <string>
35
#include <string>
(-)jigdo-0.7.3.orig/src/util/string-utf.cc (+1 lines)
Lines 15-20 Link Here
15
#include <glib.h>
15
#include <glib.h>
16
#include <stdarg.h>
16
#include <stdarg.h>
17
#include <stdio.h>
17
#include <stdio.h>
18
#include <string.h>
18
19
19
#include <debug.hh>
20
#include <debug.hh>
20
#include <string-utf.hh>
21
#include <string-utf.hh>

Return to bug 218465