From 2cd271a7bd4bacca0d729ea0a262e0e40a176ae1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 2 Apr 2009 16:20:01 +0000 Subject: [PATCH] fix missing include SVN-Revision: 15082 --- efl/ecore/patches/002-fix-missing-include.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 efl/ecore/patches/002-fix-missing-include.patch diff --git a/efl/ecore/patches/002-fix-missing-include.patch b/efl/ecore/patches/002-fix-missing-include.patch new file mode 100644 index 0000000..cd4d663 --- /dev/null +++ b/efl/ecore/patches/002-fix-missing-include.patch @@ -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 + #include + #include ++#include + #include + #include + #include -- 2.30.2