Windows port: ConPTY via ptyqt, POSIX guards
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
// Own
|
||||
#include "ProcessInfo.h"
|
||||
|
||||
#if !defined(Q_OS_WIN)
|
||||
// Unix
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
@@ -27,6 +28,7 @@
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
// Qt
|
||||
#include <QtCore/QDir>
|
||||
|
||||
Reference in New Issue
Block a user