aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--libsylph/socket.c2
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 477538ec..35dffa67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-25
+
+ * libsylph/socket.c: added #include "utils.h" (fixes compilation
+ failure with GLib 2.4).
+
2006-12-22
* version 2.3.0
diff --git a/ChangeLog.ja b/ChangeLog.ja
index d12e65e3..c7faa043 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,8 @@
+2006-12-25
+
+ * libsylph/socket.c: #include "utils.h" を追加(GLib 2.4 でコンパイルに
+ 失敗するのを修正)。
+
2006-12-22
* version 2.3.0
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