summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-10-21 10:50:25 +1000
committerDamien Miller <djm@mindrot.org>2002-10-21 10:50:25 +1000
commit7b3f58cbcd1e30d02292b5574aaa3e2486288ec2 (patch)
tree7e6f214457f1cc433f014f9094574a89551f6cf9 /includes.h
parent5a5da88c59d30c8a97625def757d20f151bb200c (diff)
- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
dirk.meyer@dinoex.sub.org
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index d7b875c52..37d402ef4 100644
--- a/includes.h
+++ b/includes.h
@@ -157,6 +157,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
157# include <tmpdir.h> 157# include <tmpdir.h>
158#endif 158#endif
159 159
160#ifdef HAVE_LIBUTIL_H
161# include <libutil.h> /* Openpty on FreeBSD at least */
162#endif
163
160#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ 164#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
161 165
162#include "defines.h" 166#include "defines.h"