summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshpty.c b/sshpty.c
index 4434a908d..884df26ae 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,9 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); 15RCSID("$OpenBSD: sshpty.c,v 1.15 2006/02/10 00:27:13 stevesk Exp $");
16
17#include <sys/ioctl.h>
16 18
17#ifdef HAVE_PATHS_H 19#ifdef HAVE_PATHS_H
18# include <paths.h> 20# include <paths.h>