diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2020-05-18 18:07:31 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-05-25 16:03:31 +0200 |
commit | c0c5bc71c5960408ceac135eb8fc250683d55ffd (patch) | |
tree | 1185ee9504f1e25bbdcf619d2b095c5c2e3fe339 /src/lib/embryo/embryo_str.c | |
parent | 4b5abd151c9308ad1063a84b70c4b16b3ce04839 (diff) |
libs: headers: ensure we include headers in the correct order for EAPI
We need to ensure this order to make sure EAPI is working correctly on
windows.
Original patch by Vincent Torri.
Differential Revision: https://phab.enlightenment.org/D11856
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Diffstat (limited to 'src/lib/embryo/embryo_str.c')
-rw-r--r-- | src/lib/embryo/embryo_str.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c index d7da4e0dd3..6fafa83db0 100644 --- a/src/lib/embryo/embryo_str.c +++ b/src/lib/embryo/embryo_str.c | |||
@@ -16,6 +16,8 @@ | |||
16 | #include <string.h> | 16 | #include <string.h> |
17 | #include <fnmatch.h> | 17 | #include <fnmatch.h> |
18 | 18 | ||
19 | #include <Eina.h> | ||
20 | |||
19 | #include "Embryo.h" | 21 | #include "Embryo.h" |
20 | #include "embryo_private.h" | 22 | #include "embryo_private.h" |
21 | 23 | ||