diff libgaim/internal.h @ 14271:9e5c28c3b163

[gaim-migrate @ 16954] Newer versions of MinGW define "struct timezone" in <sys/time.h>, so we don't included it for wingaim (we don't use it anyway). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 21 Aug 2006 17:13:16 +0000
parents 60b1bc8dbf37
children 594fa42a785a
line wrap: on
line diff
--- a/libgaim/internal.h	Mon Aug 21 17:04:26 2006 +0000
+++ b/libgaim/internal.h	Mon Aug 21 17:13:16 2006 +0000
@@ -70,9 +70,9 @@
 #define BUF_LONG BUF_LEN * 2
 
 #include <sys/stat.h>
-#include <sys/time.h>
 #include <sys/types.h>
 #ifndef _WIN32
+#include <sys/time.h>
 #include <sys/wait.h>
 #endif
 #include <ctype.h>