please follow that rule of thumb:

first, config.h
then standard headers
then dependencies headers
then EFL headers in the order of dependency of course

Vincent



On Thu, Dec 8, 2011 at 12:14 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> azy: Added appropriate headers. Fixed build break.
>
>
> Author:       seoz
> Date:         2011-12-07 15:14:29 -0800 (Wed, 07 Dec 2011)
> New Revision: 65999
> Trac:         http://trac.enlightenment.org/e/changeset/65999
>
> Modified:
>  trunk/PROTO/azy/src/bin/azy.h trunk/PROTO/azy/src/include/Azy.h
>
> Modified: trunk/PROTO/azy/src/bin/azy.h
> ===================================================================
> --- trunk/PROTO/azy/src/bin/azy.h       2011-12-07 22:52:34 UTC (rev 65998)
> +++ trunk/PROTO/azy/src/bin/azy.h       2011-12-07 23:14:29 UTC (rev 65999)
> @@ -7,6 +7,7 @@
>  #define AZY_H
>
>  #include <Eina.h>
> +#include <stdlib.h>
>
>  #ifndef strdupa
>  # define strdupa(str)       strcpy(alloca(strlen(str) + 1), str)
>
> Modified: trunk/PROTO/azy/src/include/Azy.h
> ===================================================================
> --- trunk/PROTO/azy/src/include/Azy.h   2011-12-07 22:52:34 UTC (rev 65998)
> +++ trunk/PROTO/azy/src/include/Azy.h   2011-12-07 23:14:29 UTC (rev 65999)
> @@ -21,6 +21,7 @@
>
>  #include <Eina.h>
>  #include <Ecore.h>
> +#include <stdlib.h>
>
>  #ifdef EAPI
>  # undef EAPI
>
>
>
> ------------------------------------------------------------------------------
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to