fix missing include
authorMirko Vogt <mirko@openwrt.org>
Thu, 2 Apr 2009 16:20:01 +0000 (16:20 +0000)
committerMirko Vogt <mirko@openwrt.org>
Thu, 2 Apr 2009 16:20:01 +0000 (16:20 +0000)
SVN-Revision: 15082

efl/ecore/patches/002-fix-missing-include.patch [new file with mode: 0644]

diff --git a/efl/ecore/patches/002-fix-missing-include.patch b/efl/ecore/patches/002-fix-missing-include.patch
new file mode 100644 (file)
index 0000000..cd4d663
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ruN ecore-r38886.orig/src/lib/ecore_con/ecore_con.c ecore-r38886/src/lib/ecore_con/ecore_con.c
+--- ecore-r38886.orig/src/lib/ecore_con/ecore_con.c    2009-03-17 13:23:24.000000000 +0100
++++ ecore-r38886/src/lib/ecore_con/ecore_con.c 2009-03-17 13:23:56.000000000 +0100
+@@ -10,6 +10,7 @@
+ #include <arpa/inet.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <stdio.h>
+ #include <errno.h>
+ #include <unistd.h>
+ #include <fcntl.h>