diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-23 16:53:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-23 16:53:02 +0000 |
| commit | d0c8c0bcc279fcf7568c5e97c15c115cbf83be4c (patch) | |
| tree | 70033bf9d0551c1f485a8bf5c04d41148812e33a /crypto/openssh/includes.h | |
| parent | 4b17dab0ba7675679933f9f3d4aed1cd28dd0393 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/includes.h')
| -rw-r--r-- | crypto/openssh/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index d7b875c52948..37d402ef40d4 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -157,6 +157,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } # include <tmpdir.h> #endif +#ifdef HAVE_LIBUTIL_H +# include <libutil.h> /* Openpty on FreeBSD at least */ +#endif + #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ #include "defines.h" |
