Parent Directory
|
Revision Log
Add patch from upstrem to fix build failure with gcc 4.7. #427490 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
| 1 | diff --git a/src/main.cpp b/src/main.cpp |
| 2 | index 6c39d4a..859de70 100644 |
| 3 | --- a/src/main.cpp |
| 4 | +++ b/src/main.cpp |
| 5 | @@ -41,6 +41,7 @@ AUTHOR: kingson fiasco |
| 6 | #include <fcntl.h> |
| 7 | #include <execinfo.h> |
| 8 | #include <signal.h> |
| 9 | +#include <unistd.h> |
| 10 | |
| 11 | #define QTERM_SIG_MAX_RETS 50 |
| 12 | #define QTERM_SIG_LOG_DIR "/var/tmp" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |