diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-02 09:29:58 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-02 09:29:58 +0200 |
commit | a467bb30caabd2fb712a41e4fcfb57fdb8326096 (patch) | |
tree | 27e86727deb959e7556689ac7224795402dea364 /src | |
parent | 00227b81f44ccd70691e7fc4efeea23acd96deeb (diff) |
tests: eio: add Eina.h include for eina_init and shutdown functions.
tests/eio/eio_suite.c:33:4: warning: implicit declaration of function 'eina_init' [-Wimplicit-function-declaration]
eina_init();
^
tests/eio/eio_suite.c:38:4: warning: implicit declaration of function 'eina_shutdown' [-Wimplicit-function-declaration]
eina_shutdown();
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/eio/eio_suite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/eio/eio_suite.c b/src/tests/eio/eio_suite.c index fdcd98f73c..a252ed2141 100644 --- a/src/tests/eio/eio_suite.c +++ b/src/tests/eio/eio_suite.c | |||
@@ -2,6 +2,8 @@ | |||
2 | # include <config.h> | 2 | # include <config.h> |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include <Eina.h> | ||
6 | |||
5 | #include "eio_suite.h" | 7 | #include "eio_suite.h" |
6 | #include "../efl_check.h" | 8 | #include "../efl_check.h" |
7 | 9 | ||