summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/patch-sshpty.c
blob: 4e31a1a0ed21e53acaeed593f7a6509e37bab4da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- sshpty.c.orig	Wed Jun 26 01:21:42 2002
+++ sshpty.c	Fri Jun 28 07:09:38 2002
@@ -30,6 +30,9 @@
 #ifdef HAVE_PTY_H
 # include <pty.h>
 #endif
+#ifdef __FreeBSD__
+#include <libutil.h>
+#endif
 #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
 # include <sys/stropts.h>
 #endif