Win32 build fix
1 files changed, 2 insertions(+), 0 deletions(-)

M src/hgrunner.cpp
M src/hgrunner.cpp +2 -0
@@ 40,6 40,8 @@ 
 #include <unistd.h>
 #include <termios.h>
 #include <fcntl.h>
+#else
+#include <process.h>
 #endif
 
 HgRunner::HgRunner(QString myDirPath, QWidget * parent) :