fix compilation on old efl

This commit is contained in:
Boris Faure 2017-08-16 21:42:23 +02:00
parent 18c870d130
commit 69fc67aa8b
1 changed files with 4 additions and 0 deletions

View File

@ -545,6 +545,10 @@ config_new(void)
return config;
}
#ifndef EINA_FALLTHROUGH
#define EINA_FALLTHROUGH
#endif
Config *
config_load(const char *key)
{