summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu_pty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdesu/tdesu_pty.cpp')
-rw-r--r--tdesu/tdesu_pty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu_pty.cpp b/tdesu/tdesu_pty.cpp
index 4736ac1eb..8559512af 100644
--- a/tdesu/tdesu_pty.cpp
+++ b/tdesu/tdesu_pty.cpp
@@ -33,7 +33,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
-#if defined(__osf__) || defined(__CYGWIN__)
+#if defined(__CYGWIN__)
#include <pty.h>
#endif