debian5 gcc fixes (bug #53105)
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 25 Jan 2010 09:27:44 +0000 (09:27 +0000)
committerAleš 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
org.glite.lb.common/test/il_msg_test.cpp
org.glite.lb.common/test/il_string_test.cpp
org.glite.lb.common/test/parse.cpp.T

index 2ed6a83..f7ff3c0 100644 (file)
@@ -1,4 +1,5 @@
 #include <cppunit/extensions/HelperMacros.h>
+#include <cstring>
 
 
 extern "C" {
index da81962..e4a1ca5 100644 (file)
@@ -1,5 +1,6 @@
 #include <cppunit/extensions/HelperMacros.h>
 #include <unistd.h>
+#include <cstdlib>
 
 extern "C" {
 #include <string.h>
index 8a11841..d84fbe3 100644 (file)
@@ -1,4 +1,5 @@
 #include <cppunit/extensions/HelperMacros.h>
+#include <cstdlib>
 
 extern "C" {
 #include <string.h>
index d8c7e9b..4607201 100644 (file)
@@ -1,4 +1,7 @@
 #include <iostream>
+#include <cstdlib>
+#include <cstring>
+//#include <string.h>
 
 #include <cppunit/extensions/HelperMacros.h>
 #include <cppunit/TestFixture.h>