E: include E_Hal.h if requested

SVN revision: 63884
This commit is contained in:
Vincent Torri 2011-10-06 15:05:27 +00:00
parent a0781f02c4
commit b05cb80a2a
2 changed files with 4 additions and 1 deletions

View File

@ -96,6 +96,10 @@ void *alloca (size_t);
# include <Edje.h>
# include <E_DBus.h>
# ifdef HAVE_HAL
# include <E_Hal.h>
# endif
# ifdef EAPI
# undef EAPI
# endif

View File

@ -374,4 +374,3 @@ _e_msgbus_profile_delete_cb(E_DBus_Object *obj __UNUSED__,
return dbus_message_new_method_return(msg);
}