Changes of Revision 14
[-] [+] | Changed | wengophone-gcc43.patch |
@@ -8,3 +8,13 @@ #define BUFFERSIZE 1024 #define FILENAMESIZE 128 +--- owbuild/owbuild/getcurrentdatetime.cpp.orig 2008-07-04 23:18:39.000000000 +0200 ++++ owbuild/owbuild/getcurrentdatetime.cpp 2008-07-04 23:19:15.000000000 +0200 +@@ -9,6 +9,7 @@ + #include <ctime> + #include <iostream> + #include <sstream> ++#include <stdlib.h> + + /** + * Transforms a integer to a std::string. |