Mercurial > pidgin
diff src/conversation.c @ 4363:65d98b565fbe
[gaim-migrate @ 4629]
Win32 fixes for the latest stuff by I Eat Phroggies.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 20 Jan 2003 16:57:09 +0000 |
parents | c435a29370b8 |
children | 7e1fb422e5fd |
line wrap: on
line diff
--- a/src/conversation.c Mon Jan 20 14:16:27 2003 +0000 +++ b/src/conversation.c Mon Jan 20 16:57:09 2003 +0000 @@ -27,6 +27,9 @@ #include <stdlib.h> #include <sys/stat.h> #include <errno.h> +#ifdef _WIN32 +#include "wgaimerror.h" +#endif #include <ctype.h> #include "conversation.h" #include "gaim.h"