summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/leashdll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/leashdll.h')
-rw-r--r--src/windows/leashdll/leashdll.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/windows/leashdll/leashdll.h b/src/windows/leashdll/leashdll.h
index a045583da2..63cfe234f8 100644
--- a/src/windows/leashdll/leashdll.h
+++ b/src/windows/leashdll/leashdll.h
@@ -58,6 +58,8 @@ void FAR Leash_load_com_err_callback(FARPROC,FARPROC,FARPROC);
#endif
#include <ntsecapi.h>
+#include <krb5.h>
+
#ifndef NO_KRB4
extern HINSTANCE hKrb4;
#endif
@@ -73,19 +75,6 @@ extern HINSTANCE hProfile;
#define LEASH_PRIORITY_LOW 0
#define LEASH_PRIORITY_HIGH 1
-typedef struct TicketList
-{
- char* theTicket;
- struct TicketList* next;
- char* tktEncType;
- char* keyEncType;
- int addrCount;
- char ** addrList;
- char * name;
- char * inst;
- char * realm;
-} TicketList;
-
///////////////////////////////////////////////////////////////////////////////
#ifdef _WIN64