src/protocols/jabber/sha.c

changeset 3717
2fc0789e04e8
parent 3127
4213ad5b231c
--- 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) {

mercurial