e/wizard: fix e_dbus/connman need for #define.

SVN revision: 65198
This commit is contained in:
Gustavo Sverzut Barbieri 2011-11-14 20:58:12 +00:00
parent afa4a3fa4f
commit 6ee505d059
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/* Setup if we need connman? */
#include "e.h"
#include "e_mod_main.h"
#ifdef HAVE_ECONNMAN
#ifdef HAVE_ECONNMAN
#define E_CONNMAN_I_KNOW_THIS_API_IS_SUBJECT_TO_CHANGE 1
#include <E_Connman.h>
#endif