diff -r 172593593072 -r 2fc0789e04e8 src/protocols/jabber/str.c --- a/src/protocols/jabber/str.c Wed Oct 16 19:44:19 2002 +0000 +++ b/src/protocols/jabber/str.c Wed Oct 16 19:57:03 2002 +0000 @@ -41,6 +41,10 @@ #include "lib.h" +#ifdef _WIN32 +#include "win32dep.h" +#endif + char *j_strdup(const char *str) { if(str == NULL)