efl proc env - add extern environ - missing from src file

This commit is contained in:
Carsten Haitzler 2019-03-01 10:05:55 +00:00
parent 4ac0ebe95d
commit bbdb2e5c23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#define MY_CLASS EFL_CORE_PROC_ENV_CLASS
extern char **environ;
static Efl_Core_Env *env = NULL;
typedef struct {