[gaim-migrate @ 7621]
make work for windows..
committer: Tailor Script <tailor@pidgin.im>
author |
Herman Bloggs <hermanator12002@yahoo.com> |
date |
Tue, 30 Sep 2003 05:44:48 +0000 |
parents |
3c7c887c35c3 |
children |
e36cbed14f1e |
files |
src/protocols/jabber/Makefile.mingw src/protocols/jabber/iq.c |
diffstat |
2 files changed, 4 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/protocols/jabber/Makefile.mingw Tue Sep 30 05:43:26 2003 +0000
+++ b/src/protocols/jabber/Makefile.mingw Tue Sep 30 05:44:48 2003 +0000
@@ -69,7 +69,7 @@
## SOURCES, OBJECTS
##
-C_SRC = auth.c \
+C_SRC = auth.c \
buddy.c \
chat.c \
iq.c \
--- a/src/protocols/jabber/iq.c Tue Sep 30 05:43:26 2003 +0000
+++ b/src/protocols/jabber/iq.c Tue Sep 30 05:44:48 2003 +0000
@@ -25,6 +25,9 @@
#include "iq.h"
#include "roster.h"
+#ifdef _WIN32
+#include "utsname.h"
+#endif
JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type)
{