diff options
Diffstat (limited to 'security/hpn-ssh/files/patch-sshpty.c')
-rw-r--r-- | security/hpn-ssh/files/patch-sshpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/files/patch-sshpty.c b/security/hpn-ssh/files/patch-sshpty.c index 4e31a1a0ed21..090be41de9ef 100644 --- a/security/hpn-ssh/files/patch-sshpty.c +++ b/security/hpn-ssh/files/patch-sshpty.c @@ -4,7 +4,7 @@ #ifdef HAVE_PTY_H # include <pty.h> #endif -+#ifdef __FreeBSD__ ++#ifdef HAVE_LIBUTIL_H +#include <libutil.h> +#endif #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H) |