summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
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"