summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
commita9263d065d1db21c1d0661913673ed5c9b4d6467 (patch)
tree6dacab6d2c0079820bd8e0db4aeac190c329dfa0 /sshpty.c
parent03e2003a2336e576aa1f27eab4f0f5b0b582bddd (diff)
fix spacing of include
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshpty.c b/sshpty.c
index 6b0ad1f2a..4434a908d 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -15,7 +15,7 @@
15RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); 15RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $");
16 16
17#ifdef HAVE_PATHS_H 17#ifdef HAVE_PATHS_H
18# include <paths.h> 18# include <paths.h>
19#endif 19#endif
20#include <termios.h> 20#include <termios.h>
21#ifdef HAVE_UTIL_H 21#ifdef HAVE_UTIL_H