summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshpty.c b/sshpty.c
index 92f86e7a1..973c2d2d8 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshpty.c,v 1.20 2006/07/02 22:45:59 stevesk Exp $ */ 1/* $OpenBSD: sshpty.c,v 1.21 2006/07/06 16:03:53 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -23,6 +23,7 @@
23#ifdef HAVE_PATHS_H 23#ifdef HAVE_PATHS_H
24# include <paths.h> 24# include <paths.h>
25#endif 25#endif
26#include <pwd.h>
26#include <termios.h> 27#include <termios.h>
27#ifdef HAVE_UTIL_H 28#ifdef HAVE_UTIL_H
28# include <util.h> 29# include <util.h>