blob: fc3ef08b74e896c663c82d33e2b089f21a458965 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- plugins/shell/src/tm_shell.cpp.orig 2013-11-03 23:09:21 UTC
+++ plugins/shell/src/tm_shell.cpp
@@ -19,14 +19,10 @@
#include <unistd.h>
#include <sys/time.h>
#include <sys/wait.h>
+#include <sys/types.h>
+#include <sys/ioctl.h>
#include <termios.h>
-
-#if HAVE_PTY_H
-#include <pty.h>
-#endif
-#if HAVE_UTIL_H
-#include <util.h>
-#endif
+#include <libutil.h>
using namespace std;
|