summaryrefslogtreecommitdiffstats
path: root/sshpty.c
diff options
context:
space:
mode:
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