]> git.pld-linux.org Git - packages/dansguardian.git/blame - gcc.patch
- rm BR clamav-devel
[packages/dansguardian.git] / gcc.patch
CommitLineData
5fe5309a 1diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/clamav.cpp dansguardian-2.10.1.1/src/contentscanners/clamav.cpp
2--- dansguardian-2.10.1.1.org/src/contentscanners/clamav.cpp 2008-11-18 11:27:04.000000000 +0000
3+++ dansguardian-2.10.1.1/src/contentscanners/clamav.cpp 2009-09-21 12:57:05.000000000 +0000
4@@ -31,6 +31,7 @@
5 #include <sys/types.h>
6 #include <sys/mman.h>
7 #include <unistd.h>
8+#include <stdio.h>
9 #include <clamav.h>
10 #include <fcntl.h>
11
12diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/commandlinescan.cpp dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp
13--- dansguardian-2.10.1.1.org/src/contentscanners/commandlinescan.cpp 2008-11-18 11:27:04.000000000 +0000
14+++ dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp 2009-09-21 12:57:17.000000000 +0000
15@@ -34,6 +34,7 @@
16 #include <sys/stat.h>
17 #include <sys/wait.h>
18 #include <unistd.h>
19+#include <stdio.h>
20 #include <list>
21
22
23diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/icapscan.cpp dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp
24--- dansguardian-2.10.1.1.org/src/contentscanners/icapscan.cpp 2008-11-18 11:27:04.000000000 +0000
25+++ dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp 2009-09-21 12:57:26.000000000 +0000
26@@ -35,6 +35,7 @@
27 //#include <sys/stat.h>
28 #include <fcntl.h>
29 #include <unistd.h>
30+#include <stdio.h>
31 #include <netdb.h> // for gethostby
32
33
34diff -Nur dansguardian-2.10.1.1.org/src/downloadmanagers/fancy.cpp dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp
35--- dansguardian-2.10.1.1.org/src/downloadmanagers/fancy.cpp 2008-11-18 11:27:04.000000000 +0000
36+++ dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp 2009-09-21 12:56:49.000000000 +0000
37@@ -30,6 +30,7 @@
38 #include <sys/time.h>
39 #include <sys/types.h>
40 #include <unistd.h>
41+#include <stdio.h>
42 #include <iostream>
43 #include <math.h>
44
This page took 0.081158 seconds and 4 git commands to generate.