summaryrefslogtreecommitdiff
path: root/net-p2p/verlihub/files/verlihub-gcc43.patch
blob: ebdc6d35a963b73313b9cfc4f143c0de98d0470e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- verlihub/src/cconfigitembase.cpp.orig	2009-02-12 13:41:32.000000000 +0300
+++ verlihub/src/cconfigitembase.cpp	2009-02-12 13:41:53.000000000 +0300
@@ -12,6 +12,7 @@
 #include <iostream>
 #include <stdio.h>
 #include "stringutils.h"
+#include <string.h>
 
 using namespace nStringUtils;
 using namespace std;
--- verlihub/src/cconfmysql.cpp.orig	2009-02-12 13:42:18.000000000 +0300
+++ verlihub/src/cconfmysql.cpp	2009-02-12 13:42:33.000000000 +0300
@@ -17,6 +17,7 @@
 
 #include "cconfmysql.h"
 #include <algorithm>
+#include <string.h>
 using namespace std;
 
 namespace nConfig
--- verlihub/src/cpenaltylist.cpp.orig	2009-02-12 13:48:36.000000000 +0300
+++ verlihub/src/cpenaltylist.cpp	2009-02-12 13:48:21.000000000 +0300
@@ -8,6 +8,7 @@
  *   (at your option) any later version.                                   *
  ***************************************************************************/
 #include "cpenaltylist.h"
+#include <string.h>
 
 namespace nDirectConnect {
 
--- verlihub/src/creguserinfo.cpp.orig	2009-02-12 13:49:44.000000000 +0300
+++ verlihub/src/creguserinfo.cpp	2009-02-12 13:50:06.000000000 +0300
@@ -27,6 +27,7 @@
 #endif
 #include "creguserinfo.h"
 #include "ctime.h"
+#include <string.h>
 
 using namespace ::nUtils;
 
--- verlihub/src/stringutils.cpp.orig	2009-02-12 13:52:50.000000000 +0300
+++ verlihub/src/stringutils.cpp	2009-02-12 13:53:05.000000000 +0300
@@ -7,6 +7,7 @@
 #include <fstream>
 #include <sstream>
 #include <stdio.h>
+#include <stdlib.h>
 
 namespace nStringUtils
 {