summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ChangeLog4
-rw-r--r--src/lib/win_glue.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index f13dfc100..04c7217b1 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 20 12:16:50 1995 Keith Vetter (keithv@fusion.com)
+
+ * win_glue.c: include k5-int.h instead of krb5.h.
+
Mon Apr 17 17:47:07 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: forgot about the rule to make gssapi.lib on the PC.
diff --git a/src/lib/win_glue.c b/src/lib/win_glue.c
index ae4947238..cb67a3626 100644
--- a/src/lib/win_glue.c
+++ b/src/lib/win_glue.c
@@ -11,7 +11,7 @@
/* We can't include winsock.h directly because of /Za (stdc) options */
#define NEED_SOCKETS
-#include "krb5.h"
+#include "k5-int.h"
int
win_socket_initialize()