summaryrefslogtreecommitdiffstats
path: root/sshpty.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 01:18:26 +0100
committerDamien Miller <djm@mindrot.org>2006-03-15 01:18:26 +0100
commita9263d065d1db21c1d0661913673ed5c9b4d6467 (patch)
tree6dacab6d2c0079820bd8e0db4aeac190c329dfa0 /sshpty.c
parent - stevesk@cvs.openbsd.org 2006/02/08 12:15:27 (diff)
downloadopenssh-a9263d065d1db21c1d0661913673ed5c9b4d6467.tar.xz
openssh-a9263d065d1db21c1d0661913673ed5c9b4d6467.zip
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 @@
RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#include <termios.h>
#ifdef HAVE_UTIL_H