diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-04-20 20:01:50 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-04-20 20:01:50 +0000 |
| commit | 96345dfe5d95d1993e67463afbe048e12ce6d103 (patch) | |
| tree | 9994d2821c41f494a061531aae015064e45d219b /src/lib | |
| parent | 5d3558d5e6735514c89dc61ae4299d975899323d (diff) | |
| download | krb5-96345dfe5d95d1993e67463afbe048e12ce6d103.tar.gz krb5-96345dfe5d95d1993e67463afbe048e12ce6d103.tar.xz krb5-96345dfe5d95d1993e67463afbe048e12ce6d103.zip | |
Changes for the PC due to tytso's changing the include structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/win_glue.c | 2 |
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() |
