blob: 9b33250d9d3541e3be948bd50433b1af9147a12f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/view/telnetcon.cpp.orig 2016-02-16 12:31:46 UTC
+++ src/view/telnetcon.cpp
@@ -77,7 +77,6 @@
#ifdef USING_LINUX
#include <pty.h>
#endif
-#include <utmp.h>
#include <signal.h>
#include <sys/wait.h>
|