diff -r 172593593072 -r 2fc0789e04e8 src/protocols/jabber/sha.c --- a/src/protocols/jabber/sha.c Wed Oct 16 19:44:19 2002 +0000 +++ b/src/protocols/jabber/sha.c Wed Oct 16 19:57:03 2002 +0000 @@ -22,6 +22,10 @@ #include "lib.h" +#ifdef _WIN32 +#include "win32dep.h" +#endif + static void shaHashBlock(j_SHA_CTX *ctx); void shaInit(j_SHA_CTX *ctx) {