summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index ac9a950e0..02364bbd7 100644
--- a/includes.h
+++ b/includes.h
@@ -169,6 +169,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
169# include <libutil.h> /* Openpty on FreeBSD at least */ 169# include <libutil.h> /* Openpty on FreeBSD at least */
170#endif 170#endif
171 171
172#if defined(HEIMDAL) && defined(AFS)
173# include <krb5.h>
174# include <kafs.h>
175#endif
176
172#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ 177#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
173 178
174#include "defines.h" 179#include "defines.h"