diff options
Diffstat (limited to 'packages/efl/ewl/fix-ecore.patch')
-rw-r--r-- | packages/efl/ewl/fix-ecore.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/efl/ewl/fix-ecore.patch b/packages/efl/ewl/fix-ecore.patch new file mode 100644 index 0000000000..7a514a1740 --- /dev/null +++ b/packages/efl/ewl/fix-ecore.patch @@ -0,0 +1,11 @@ +diff -Nur ewl-0.0.4.004~/src/lib/Ewl.h ewl-0.0.4.004/src/lib/Ewl.h +--- ewl-0.0.4.004~/src/lib/Ewl.h.in 2005-09-29 17:44:59.000000000 -0700 ++++ ewl-0.0.4.004/src/lib/Ewl.h.in 2005-09-29 17:46:57.000000000 -0700 +@@ -257,6 +257,7 @@ + #include <Evas.h> + #include <Edje.h> + #include <Ecore.h> ++#include <Ecore_Data.h> + #include <Edb.h> + + #include <stdio.h> |