From: <pat...@us...> - 2012-07-04 20:22:51
|
Revision: 688 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=688&view=rev Author: patrickh Date: 2012-07-04 20:22:45 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Fix the test suite build on Linux. Modified Paths: -------------- trunk/test/suite/runner.cpp Modified: trunk/test/suite/runner.cpp =================================================================== --- trunk/test/suite/runner.cpp 2011-05-01 16:18:54 UTC (rev 687) +++ trunk/test/suite/runner.cpp 2012-07-04 20:22:45 UTC (rev 688) @@ -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. |