diff options
Diffstat (limited to 'dev-util/launchtool/files/0.7-gcc4.4.patch')
-rw-r--r-- | dev-util/launchtool/files/0.7-gcc4.4.patch | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dev-util/launchtool/files/0.7-gcc4.4.patch b/dev-util/launchtool/files/0.7-gcc4.4.patch new file mode 100644 index 000000000..2588d6683 --- /dev/null +++ b/dev-util/launchtool/files/0.7-gcc4.4.patch @@ -0,0 +1,56 @@ +--- src/common/stringf.cc 2002-09-20 16:28:15.000000000 +0200 ++++ src/common/stringf.cc.new 2009-10-17 09:57:50.000000000 +0200 +@@ -2,6 +2,7 @@ + + #include "stringf.h" + ++#include <stdlib.h> + #include <stdio.h> + #include <stdarg.h> + +--- src/common/ChildProcess.cc 2003-02-07 17:35:45.000000000 +0100 ++++ src/common/ChildProcess.cc.new 2009-10-17 10:00:10.000000000 +0200 +@@ -2,6 +2,7 @@ + + #include <Logger.h> + ++#include <stdlib.h> + #include <sys/types.h> // fork, waitpid, kill, open, getpw*, getgr*, initgroups + #include <sys/stat.h> // open + #include <sys/resource.h> // getrlimit, setrlimit +--- src/common/Config.cc 2003-02-07 17:35:46.000000000 +0100 ++++ src/common/Config.cc,new 2009-10-17 10:00:54.000000000 +0200 +@@ -1,5 +1,6 @@ + #include "Config.h" + ++#include <stdlib.h> + #include <Exception.h> + //#include <Logger.h> + #include <Regex.h> +--- src/test.cc 2009-10-17 10:11:30.000000000 +0200 ++++ src/test.cc.new 2009-10-17 10:11:35.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <string.h> + #include <stdio.h> + #include <stringf.h> + #include <signal.h> +--- src/launchtool.cc 2009-10-17 10:12:45.000000000 +0200 ++++ src/launchtool.cc.new 2009-10-17 10:12:40.000000000 +0200 +@@ -18,6 +18,7 @@ + + #include <popt.h> + ++#include <string.h> + #include <stdio.h> + #include <stdarg.h> + #include <stdlib.h> // free +--- src/LaunchtoolCfg.h 2002-10-03 22:38:23.000000000 +0200 ++++ src/LaunchtoolCfg.h.new 2009-10-17 10:18:46.000000000 +0200 +@@ -1,6 +1,7 @@ + #ifndef LAUNCHTOOL_CFG_H + #define LAUNCHTOOL_CFG_H + ++#include <sys/stat.h> + #include <string> + #include <vector> + #include <set> |