git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e6a6b
)
debian5 gcc fixes (bug #53105)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 25 Jan 2010 09:27:44 +0000
(09:27 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 25 Jan 2010 09:27:44 +0000
(09:27 +0000)
org.glite.lb.common/test/il_int_test.cpp
patch
|
blob
|
blame
|
history
org.glite.lb.common/test/il_msg_test.cpp
patch
|
blob
|
blame
|
history
org.glite.lb.common/test/il_string_test.cpp
patch
|
blob
|
blame
|
history
org.glite.lb.common/test/parse.cpp.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/test/il_int_test.cpp
b/org.glite.lb.common/test/il_int_test.cpp
index
2ed6a83
..
f7ff3c0
100644
(file)
--- a/
org.glite.lb.common/test/il_int_test.cpp
+++ b/
org.glite.lb.common/test/il_int_test.cpp
@@
-1,4
+1,5
@@
#include <cppunit/extensions/HelperMacros.h>
+#include <cstring>
extern "C" {
diff --git
a/org.glite.lb.common/test/il_msg_test.cpp
b/org.glite.lb.common/test/il_msg_test.cpp
index
da81962
..
e4a1ca5
100644
(file)
--- a/
org.glite.lb.common/test/il_msg_test.cpp
+++ b/
org.glite.lb.common/test/il_msg_test.cpp
@@
-1,5
+1,6
@@
#include <cppunit/extensions/HelperMacros.h>
#include <unistd.h>
+#include <cstdlib>
extern "C" {
#include <string.h>
diff --git
a/org.glite.lb.common/test/il_string_test.cpp
b/org.glite.lb.common/test/il_string_test.cpp
index
8a11841
..
d84fbe3
100644
(file)
--- a/
org.glite.lb.common/test/il_string_test.cpp
+++ b/
org.glite.lb.common/test/il_string_test.cpp
@@
-1,4
+1,5
@@
#include <cppunit/extensions/HelperMacros.h>
+#include <cstdlib>
extern "C" {
#include <string.h>
diff --git
a/org.glite.lb.common/test/parse.cpp.T
b/org.glite.lb.common/test/parse.cpp.T
index
d8c7e9b
..
4607201
100644
(file)
--- a/
org.glite.lb.common/test/parse.cpp.T
+++ b/
org.glite.lb.common/test/parse.cpp.T
@@
-1,4
+1,7
@@
#include <iostream>
+#include <cstdlib>
+#include <cstring>
+//#include <string.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestFixture.h>