jackdanielz pushed a commit to branch master.

commit 1a488ec8c9232bc0f5cb01b7596f12bb43433e1c
Author: Daniel Zaoui <[email protected]>
Date:   Sun Apr 28 08:03:14 2013 +0300

    Elementary: Add include to Efl_Config.h.
    
    This is the first commit of the headers split phase in elementary.
    Now, each widget will have 2 or 3 h files:
    - widget_Eo.h: Eo API functions (functions defines, enums, base id).
    - widget_Legacy.h: contains the API functions related to objects
    - widget_Common.h: common data (structs, enums...) + functions not related 
to
    objects. This file will exist only if needed.
    
    This phase is needed for the EFL 1.8 release to disable Eo APIs if we
    consider it is not enough mature to be used by applications.
---
 src/lib/Elementary.h.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in
index 5f2af2b..e4ed289 100644
--- a/src/lib/Elementary.h.in
+++ b/src/lib/Elementary.h.in
@@ -63,6 +63,8 @@
 #endif
 
 /* EFL headers */
+#include "Efl_Config.h"
+
 #include <Eina.h>
 #include <Eet.h>
 #include <Evas.h>

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to