#include <sys/time.h> for struct timeval. #342048
authorDan Winship <danw@src.gnome.org>
Fri, 26 May 2006 21:24:58 +0000 (21:24 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 26 May 2006 21:24:58 +0000 (21:24 +0000)
* libsoup/soup-socket.c: #include <sys/time.h> for struct timeval.
#342048

ChangeLog
libsoup/soup-socket.c

index 449dd2f..7136044 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-26  Dan Winship  <danw@novell.com>
 
+       * libsoup/soup-socket.c: #include <sys/time.h> for struct timeval.
+       #342048
+
        * libsoup/soup-connection.c (soup_connection_connect_sync): Start
        SSL after CONNECTing! Doh. Part of bnc #174255.
        (SoupConnectionMode): new enum for the three types of
index 297bf6b..9ed47e0 100644 (file)
@@ -21,6 +21,7 @@
 #include "soup-misc.h"
 #include "soup-ssl.h"
 
+#include <sys/time.h>
 #include <sys/types.h>
 
 G_DEFINE_TYPE (SoupSocket, soup_socket, G_TYPE_OBJECT)