aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-25 03:44:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-25 03:44:15 +0000
commit608ad31f3e7ca6270cac78ea2022467e0dc257a4 (patch)
tree5afb936b231f4fbf4f9f9e224e0daccab8f8c70e /libsylph
parent58aaa24d6834e978ac98f1abcf27225d13a5f89a (diff)
fixed compilation failure with GLib 2.4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1456 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/socket.c b/libsylph/socket.c
index c79e377c..59b13703 100644
--- a/libsylph/socket.c
+++ b/libsylph/socket.c
@@ -56,6 +56,8 @@
# include "ssl.h"
#endif
+#include "utils.h"
+
#define BUFFSIZE 8192
#ifdef G_OS_WIN32