Merge branch 'tls-kdh' of https://github.com/arpa2/tlspool into tls-kdh
[tlspool] / src / starttls.c
index f07fbd8..2383dbb 100644 (file)
@@ -57,6 +57,8 @@ typedef DER_OVLY_rfc4120_EncryptedData encrypted_data_t;
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include <krb5.h>
+
 #ifndef __MINGW64__
 #include <arpa/inet.h>
 #endif