From: <hep...@us...> - 2012-04-01 19:48:52
|
Revision: 1313 http://qterm.svn.sourceforge.net/qterm/?rev=1313&view=rev Author: hephooey Date: 2012-04-01 19:48:46 +0000 (Sun, 01 Apr 2012) Log Message: ----------- Compile with gcc 4.7, fix bug 3474368 Modified Paths: -------------- trunk/qterm-qt4/src/main.cpp Modified: trunk/qterm-qt4/src/main.cpp =================================================================== --- trunk/qterm-qt4/src/main.cpp 2011-12-17 07:10:13 UTC (rev 1312) +++ trunk/qterm-qt4/src/main.cpp 2012-04-01 19:48:46 UTC (rev 1313) @@ -41,6 +41,7 @@ #include <fcntl.h> #include <execinfo.h> #include <signal.h> +#include <unistd.h> #define QTERM_SIG_MAX_RETS 50 #define QTERM_SIG_LOG_DIR "/var/tmp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |