summaryrefslogtreecommitdiffstats
path: root/databases/mysql-gui-tools/files/patch-common-source-linux_MGExecSU.cc
blob: 5ca17635cfc2f748e76be327efe90d6c30ac9ae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- common/source/linux/MGExecSU.cc.orig    2008-03-07 01:50:54.000000000 +0100
+++ common/source/linux/MGExecSU.cc 2008-03-07 01:52:50.000000000 +0100
@@ -5,10 +5,14 @@
 #include "myg_gtkutils.h"
 #include "mygpriv.h"
 #include <sys/signal.h>
+#include <sys/types.h>
+#include <sys/ioctl.h>
 #include <sys/wait.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <pty.h>
+#include <termios.h>
+#include <libutil.h>
 #include <fcntl.h>