Ahmen, but are they not included already via 'private' headers ? I'm 
finding that (in the EFL) most needed headers are pretty much already 
there.....


dh

On 12/06/11 19:49, Enlightenment SVN wrote:
> Log:
> let's not fail to include standard headers when we need things like..
>    ooh.. malloc? calloc? printf?....
>
>
>
> Author:       raster
> Date:         2011-12-06 16:49:00 -0800 (Tue, 06 Dec 2011)
> New Revision: 65982
> Trac:         http://trac.enlightenment.org/e/changeset/65982
>
> Modified:
>    trunk/ecore/src/lib/ecore_fb/ecore_fb_private.h 
> trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c 
> trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c 
> trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c 
> trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_13.c
>
> Modified: trunk/ecore/src/lib/ecore_fb/ecore_fb_private.h
> ===================================================================
> --- trunk/ecore/src/lib/ecore_fb/ecore_fb_private.h   2011-12-07 00:10:55 UTC 
> (rev 65981)
> +++ trunk/ecore/src/lib/ecore_fb/ecore_fb_private.h   2011-12-07 00:49:00 UTC 
> (rev 65982)
> @@ -6,6 +6,7 @@
>   #include "Ecore_Input.h"
>
>   #include<stdio.h>
> +#include<stdlib.h>
>   #include<string.h>
>   #include<unistd.h>
>   #include<termios.h>
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c       2011-12-07 
> 00:10:55 UTC (rev 65981)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c       2011-12-07 
> 00:49:00 UTC (rev 65982)
> @@ -8,6 +8,10 @@
>
>   #include "ecore_x_private.h"
>   #include "ecore_x_randr.h"
> +#include<stdio.h>
> +#include<stdlib.h>
> +#include<unistd.h>
> +#include<string.h>
>
>   #define Ecore_X_Randr_None 0
>   #ifdef ECORE_XRANDR
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c       2011-12-07 
> 00:10:55 UTC (rev 65981)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c       2011-12-07 
> 00:49:00 UTC (rev 65982)
> @@ -6,10 +6,12 @@
>   # include<config.h>
>   #endif
>
> -#include<stdlib.h>
> -
>   #include "ecore_x_private.h"
>   #include "ecore_x_randr.h"
> +#include<stdio.h>
> +#include<stdlib.h>
> +#include<unistd.h>
> +#include<string.h>
>
>   #define Ecore_X_Randr_None  (Ecore_X_Randr_Crtc)0
>   #define Ecore_X_Randr_Unset (Ecore_X_Randr_Crtc) - 1
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c  2011-12-07 
> 00:10:55 UTC (rev 65981)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c  2011-12-07 
> 00:49:00 UTC (rev 65982)
> @@ -23,6 +23,10 @@
>   /* Heavily modified by: Leif Middelschulte<leif.middelschu...@gmail.com>  */
>
>   #include "Ecore_X.h"
> +#include<stdio.h>
> +#include<stdlib.h>
> +#include<unistd.h>
> +#include<string.h>
>
>   /* TODO:
>    * - see other TODO's within this file.
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_13.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_13.c       2011-12-07 
> 00:10:55 UTC (rev 65981)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_randr_13.c       2011-12-07 
> 00:49:00 UTC (rev 65982)
> @@ -8,6 +8,10 @@
>
>   #include "ecore_x_private.h"
>   #include "ecore_x_randr.h"
> +#include<stdio.h>
> +#include<stdlib.h>
> +#include<unistd.h>
> +#include<string.h>
>
>   #define Ecore_X_Randr_None  0
>   #define Ecore_X_Randr_Unset -1
>
>
> ------------------------------------------------------------------------------
> 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