ecore: backport r80521.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 8 Dec 2012 15:37:25 +0000 (15:37 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 8 Dec 2012 15:37:25 +0000 (15:37 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/ecore-1.7@80526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
src/lib/ecore_con/ecore_con_info.c

index 9807112..7050fcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 1.7.3 release
 
+2012-12-09  Cedric Bail
+
+       * Fix build without IPv6.
 
diff --git a/NEWS b/NEWS
index 145d9b6..35a0a46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Ecore 1.7.4
+
+Changes since Ecore 1.7.3:
+--------------------------
+
+Fixes:
+    * Fix build without IPv6.
+
 Ecore 1.7.3
 
 Changes since Ecore 1.7.2:
index e3f35f0..4526c08 100644 (file)
@@ -38,6 +38,7 @@ void *alloca (size_t);
 #include <string.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <fcntl.h>
 #include <ctype.h>
 #ifdef __OpenBSD__
 # include <sys/types.h>