Enlightenment CVS wrote:
> Enlightenment CVS committal
> 
> Author  : barbieri
> Project : e17
> Module  : apps/e
> 
> Dir     : e17/apps/e/src/bin
> 
> 
> Modified Files:
>       e_icon.c e_slider.c 
> 
> 
> Log Message:
> Fix warnings.
> 
SNIP
> ===================================================================
> RCS file: /cvs/e/e17/apps/e/src/bin/e_slider.c,v
> retrieving revision 1.13
> retrieving revision 1.14
> diff -u -3 -r1.13 -r1.14
> --- e_slider.c        17 Oct 2007 11:23:41 -0000      1.13
> +++ e_slider.c        8 Feb 2008 23:03:28 -0000       1.14
> @@ -1,7 +1,9 @@
>  /*
>   * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
>   */
> +#define _XOPEN_SOURCE 600
>  #include "e.h"
> +#include <math.h>
>  
This seems a little strange here...IIRC, e.h already includes <math.h>

dh


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to