summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMa Yuan <mayuan2006@gmail.com>2006-08-18 19:09:07 +0000
committerMa Yuan <mayuan2006@gmail.com>2006-08-18 19:09:07 +0000
commit6c3f0418723e2f8741bfcfeebc9f3b59d2ac4e18 (patch)
tree3258350c334863ddbe4600018b3bbba47a1fe9cb
parenteee3545bbc63fca0a579c74a3b1a2b2fe8b8ee82 (diff)
downloadpidgin-6c3f0418723e2f8741bfcfeebc9f3b59d2ac4e18.tar.gz
[gaim-migrate @ 16840]
made for win32 develop committer: Ethan Blanton <elb@pidgin.im>
-rw-r--r--src/internal.h2
-rw-r--r--src/protocols/msn/Makefile.mingw3
-rw-r--r--src/win32/libc_internal.h1
3 files changed, 4 insertions, 2 deletions
diff --git a/src/internal.h b/src/internal.h
index 289faad670..81296efda8 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -70,10 +70,10 @@
#define BUF_LONG BUF_LEN * 2
#include <sys/stat.h>
-#include <sys/time.h>
#include <sys/types.h>
#ifndef _WIN32
#include <sys/wait.h>
+#include <sys/time.h>
#endif
#include <ctype.h>
#include <errno.h>
diff --git a/src/protocols/msn/Makefile.mingw b/src/protocols/msn/Makefile.mingw
index 5bbdc1ab70..d7adb58532 100644
--- a/src/protocols/msn/Makefile.mingw
+++ b/src/protocols/msn/Makefile.mingw
@@ -70,6 +70,7 @@ LIB_PATHS = -L$(GTK_TOP)/lib \
C_SRC = cmdproc.c \
command.c \
+ contact.c\
dialog.c \
directconn.c \
error.c \
@@ -81,6 +82,7 @@ C_SRC = cmdproc.c \
nexus.c \
notification.c \
object.c \
+ oim.c\
page.c \
servconn.c \
session.c \
@@ -89,6 +91,7 @@ C_SRC = cmdproc.c \
slplink.c \
slpmsg.c \
slpsession.c \
+ soap.c\
state.c \
switchboard.c \
sync.c \
diff --git a/src/win32/libc_internal.h b/src/win32/libc_internal.h
index 4239798cca..98c6085700 100644
--- a/src/win32/libc_internal.h
+++ b/src/win32/libc_internal.h
@@ -90,5 +90,4 @@ struct timezone {
int tz_dsttime;
};
-
#endif /* _LIBC_INTERNAL_ */