Changes of Revision 11
[-] [+] | Changed | wengophone.spec |
[-] [+] | Added | wengophone-gcc43.patch ^ |
@@ -0,0 +1,10 @@ +--- libs/owutil/system/src/unix/Processes.cpp.orig 2008-07-04 21:50:50.000000000 +0200 ++++ libs/owutil/system/src/unix/Processes.cpp 2008-07-04 21:51:06.000000000 +0200 +@@ -21,6 +21,7 @@ + + #include <dirent.h> + #include <fcntl.h> ++#include <stdlib.h> + + #define BUFFERSIZE 1024 + #define FILENAMESIZE 128 |