File compilefix.patch of Package qterm
--- src/qtermbuffer.cpp +++ src/qtermbuffer.cpp @@ -18,7 +18,7 @@ #include <QString> #include <QRect> #include <QRegExp> -// #include <stdlib.h> +#include <stdlib.h> // #include <stdio.h> // #include <math.h> namespace QTerm --- src/ssh/channel.h +++ src/ssh/channel.h @@ -12,6 +12,7 @@ #ifndef SSH_CHANNEL_H #define SSH_CHANNEL_H +#include <sys/types.h> #include <QtCore/QObject> namespace QTerm