From: <pat...@us...> - 2012-07-04 20:32:10
|
Revision: 691 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=691&view=rev Author: patrickh Date: 2012-07-04 20:32:04 +0000 (Wed, 04 Jul 2012) Log Message: ----------- MFT [r688]: Fix the test suite build on Linux. Revision Links: -------------- http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=688&view=rev Modified Paths: -------------- branches/1.2/test/suite/runner.cpp Modified: branches/1.2/test/suite/runner.cpp =================================================================== --- branches/1.2/test/suite/runner.cpp 2012-07-04 20:30:43 UTC (rev 690) +++ branches/1.2/test/suite/runner.cpp 2012-07-04 20:32:04 UTC (rev 691) @@ -53,6 +53,8 @@ #include <cstring> +#include <string.h> + std::string getHostname(void); int main(int argc, char** argv) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |