pkg://wine-20010131-3.src.rpm:4783077/wine-timefix.patch
info downloads
--- wine/dlls/wininet/ftp.c.timefix Thu Feb 15 17:48:42 2001
+++ wine/dlls/wininet/ftp.c Thu Feb 15 17:49:16 2001
@@ -10,7 +10,8 @@
*/
#include "config.h"
-
+#include <sys/time.h>
+#include <time.h>
#include <errno.h>
#ifdef HAVE_NETDB_H
# include <netdb.h>
--- wine/dlls/wininet/http.c.timefix Thu Feb 15 17:48:55 2001
+++ wine/dlls/wininet/http.c Thu Feb 15 17:50:04 2001
@@ -8,7 +8,8 @@
*/
#include "config.h"
-
+#include <sys/time.h>
+#include <time.h>
#include "windef.h"
#include "winbase.h"
#include "wininet.h"
--- wine/dlls/wininet/internet.c.time Thu Feb 15 21:53:24 2001
+++ wine/dlls/wininet/internet.c Thu Feb 15 21:53:30 2001
@@ -15,6 +15,7 @@
# include <sys/socket.h>
#endif
#include <sys/time.h>
+#include <time.h>
#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>