updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / ed2k_hash / ed2k_hash-gcc43.patch
blobb2b4f8e15af573554fc8c1c2619d4a58ee185dc1
1 diff -up ed2k_hash-0.4.0/ed2k_hash/GUI/JobQueue.cpp.gcc43 ed2k_hash-0.4.0/ed2k_hash/GUI/JobQueue.cpp
2 --- ed2k_hash-0.4.0/ed2k_hash/GUI/JobQueue.cpp.gcc43 2003-05-25 13:55:33.000000000 +0200
3 +++ ed2k_hash-0.4.0/ed2k_hash/GUI/JobQueue.cpp 2008-01-06 14:48:05.000000000 +0100
4 @@ -28,6 +28,8 @@
5 **********************************************************************/
6 // $Id: JobQueue.cpp,v 1.1 2003/05/25 11:55:33 fraca7 Exp $
8 +#include <cstdlib>
9 +#include <cstring>
10 #include "JobQueue.h"
11 #include "MainWindow.h"
12 #include "Event.h"
13 diff -up ed2k_hash-0.4.0/ed2k_hash/GUI/Configuration.cpp.gcc43 ed2k_hash-0.4.0/ed2k_hash/GUI/Configuration.cpp
14 --- ed2k_hash-0.4.0/ed2k_hash/GUI/Configuration.cpp.gcc43 2004-01-09 22:12:11.000000000 +0100
15 +++ ed2k_hash-0.4.0/ed2k_hash/GUI/Configuration.cpp 2008-01-06 15:17:14.000000000 +0100
16 @@ -42,7 +42,7 @@
18 #include <stdio.h>
19 #include <stdlib.h>
21 +#include <cstring>
22 #include <iostream>
24 using namespace std;