From 608ad31f3e7ca6270cac78ea2022467e0dc257a4 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 25 Dec 2006 03:44:15 +0000 Subject: fixed compilation failure with GLib 2.4. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1456 ee746299-78ed-0310-b773-934348b2243d --- libsylph/socket.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph') 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 -- cgit v1.2.3