summaryrefslogtreecommitdiffstats
path: root/extra/dvgrab/dvgrab-3.4-gcc43.patch
blob: f2e99369654926d38a408b10645f7ac30bde65ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/error.cc	2007-07-06 12:04:24.000000000 -0700
+++ b/error.cc	2009-05-02 12:56:26.000000000 -0700
@@ -25,6 +25,7 @@
 
 #include <errno.h>
 #include <string.h>
+#include <stdio.h>
 
 // C++ includes
 
--- a/smiltime.cc	2008-11-25 19:41:39.000000000 -0800
+++ b/smiltime.cc	2009-05-02 12:57:51.000000000 -0700
@@ -30,6 +30,7 @@
 
 #include <stdlib.h>
 #include <math.h>
+#include <stdio.h>
 
 #include "stringutils.h"