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 10dae0328..931c91f47 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshpty.c,v 1.23 2006/07/11 20:07:25 stevesk Exp $ */ 1/* $OpenBSD: sshpty.c,v 1.24 2006/07/17 01:31:10 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
@@ -30,6 +30,7 @@
30#ifdef HAVE_UTIL_H 30#ifdef HAVE_UTIL_H
31# include <util.h> 31# include <util.h>
32#endif /* HAVE_UTIL_H */ 32#endif /* HAVE_UTIL_H */
33#include <unistd.h>
33 34
34#include "sshpty.h" 35#include "sshpty.h"
35#include "log.h" 36#include "log.h"