summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/krb5routines.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/krb5routines.c')
-rw-r--r--src/windows/leashdll/krb5routines.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/leashdll/krb5routines.c b/src/windows/leashdll/krb5routines.c
index 7f2d28306e..0bb30ca15c 100644
--- a/src/windows/leashdll/krb5routines.c
+++ b/src/windows/leashdll/krb5routines.c
@@ -21,6 +21,8 @@
#include <time.h>
#include <assert.h>
+#include <winsock2.h>
+
/* Private Include files */
#include "leashdll.h"
#include <leashwin.h>
@@ -1527,4 +1529,4 @@ leash_krb5_prompter( krb5_context context,
}
return errcode;
}
-#endif /* NO_KRB5 */ \ No newline at end of file
+#endif /* NO_KRB5 */