elm - fix build problem with examples - elocation api

this fixes build of location_example_01.c as per fix in D1863 but done
properly so people can't use elm  elocation unless they enable beta apis
This commit is contained in:
Carsten Haitzler 2015-01-12 12:08:46 +09:00
parent db5d4aff45
commit 94a00854b6
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,6 @@
@ELM_UNIX_DEF@ ELM_UNIX
@ELM_WIN32_DEF@ ELM_WIN32
@ELM_ELOCATION_DEF@ ELM_ELOCATION
@ELM_WEB2_DEF@ ELM_WEB2
@ELM_EMAP_DEF@ ELM_EMAP
@ELM_DEBUG_DEF@ ELM_DEBUG
@ -21,6 +20,10 @@
@ELM_LIBINTL_H_DEF@ ELM_LIBINTL_H
@ELM_DIRENT_H_DEF@ ELM_DIRENT_H
#ifdef EFL_BETA_API_SUPPORT
@ELM_ELOCATION_DEF@ ELM_ELOCATION
#endif
/* Standard headers for standard system calls etc. */
#include <stdio.h>
#include <stdlib.h>