summaryrefslogtreecommitdiffstats
path: root/truecrypt/build/truecrypt-5.1a_gcc43.patch
blob: acd92a2eb23eac8db444ef5dc4ff16e9460bca4a (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
diff -ubr ./truecrypt-5.1a-source/Core/FatFormatter.cpp ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp
--- ./truecrypt-5.1a-source/Core/FatFormatter.cpp	2008-02-04 18:28:50.000000000 +0100
+++ ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp	2008-04-17 18:58:06.000000000 +0200
@@ -13,6 +13,7 @@
 #include "Common/Tcdefs.h"
 #include "Platform/Platform.h"
 #include "FatFormatter.h"
+#include <cstring>
 
 namespace TrueCrypt
 {
diff -ubr ./truecrypt-5.1a-source/Platform/Memory.cpp ./truecrypt-5.1a-source-patch/Platform/Memory.cpp
--- ./truecrypt-5.1a-source/Platform/Memory.cpp	2008-02-04 12:14:46.000000000 +0100
+++ ./truecrypt-5.1a-source-patch/Platform/Memory.cpp	2008-04-17 18:58:06.000000000 +0200
@@ -8,6 +8,7 @@
 
 #include "Memory.h"
 #include "Exception.h"
+#include <cstring>
 
 namespace TrueCrypt
 {
diff -ubr ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp
--- ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp	2008-02-04 12:14:12.000000000 +0100
+++ ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp	2008-04-17 18:58:06.000000000 +0200
@@ -15,6 +15,7 @@
 #include "EncryptionModeXTS.h"
 #include "EncryptionTest.h"
 #include "Pkcs5Kdf.h"
+#include <cstring>
 
 namespace TrueCrypt
 {