diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2009-02-11 00:58:41 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2009-02-11 00:58:41 +0000 |
| commit | a521f1bd46bae30b708d5b42cd8cea85d9529be1 (patch) | |
| tree | c2f2ceb383716fbde3985fcc1fc503f175faf236 /src/ccapi/common | |
| parent | 073856c9a92b85c582214f25cd7629725f3616b1 (diff) | |
| download | krb5-a521f1bd46bae30b708d5b42cd8cea85d9529be1.tar.gz krb5-a521f1bd46bae30b708d5b42cd8cea85d9529be1.tar.xz krb5-a521f1bd46bae30b708d5b42cd8cea85d9529be1.zip | |
Some updates to compile and link on Windows, with recent CCAPI changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21962 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/common')
| -rw-r--r-- | src/ccapi/common/win/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccapi/common/win/tls.h b/src/ccapi/common/win/tls.h index b6761c8bb3..32854f0766 100644 --- a/src/ccapi/common/win/tls.h +++ b/src/ccapi/common/win/tls.h @@ -33,7 +33,7 @@ #include "time.h" #include "rpc.h" -#include "cci_stream.h" +#include "k5-ipc_stream.h" #define UUID_SIZE 128 |
