Mercurial > pidgin
diff src/internal.h @ 19805:d59225f62362
[gaim-migrate @ 16840]
made for win32 develop
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Fri, 18 Aug 2006 19:09:07 +0000 |
| parents | 64e664654177 |
| children |
line wrap: on
line diff
--- a/src/internal.h Wed Aug 16 16:20:25 2006 +0000 +++ b/src/internal.h Fri Aug 18 19:09:07 2006 +0000 @@ -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>
