summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sshpty.c b/sshpty.c
index 8ce8ee46..6b0ad1f2 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,10 +12,12 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshpty.c,v 1.13 2006/02/07 01:42:00 stevesk Exp $");
-
-#include <termios.h>
+RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $");
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
+#include <termios.h>
#ifdef HAVE_UTIL_H
# include <util.h>
#endif /* HAVE_UTIL_H */