On Wed, 23 Mar 2011, Enlightenment SVN wrote:

> Log:
> unbreak this header by adding inttypes.h...
>
>
> Author:       discomfitor
> Date:         2011-03-23 14:36:36 -0700 (Wed, 23 Mar 2011)
> New Revision: 58045
> Trac:         http://trac.enlightenment.org/e/changeset/58045
>
> Modified:
>  trunk/ecore/src/lib/ecore_input/Ecore_Input.h
>
> Modified: trunk/ecore/src/lib/ecore_input/Ecore_Input.h
> ===================================================================
> --- trunk/ecore/src/lib/ecore_input/Ecore_Input.h     2011-03-23 20:19:59 UTC 
> (rev 58044)
> +++ trunk/ecore/src/lib/ecore_input/Ecore_Input.h     2011-03-23 21:36:36 UTC 
> (rev 58045)
> @@ -1,6 +1,7 @@
> #ifndef _ECORE_INPUT_H
> #define _ECORE_INPUT_H
>
> +#include <inttypes.h>

inttypes.h is not available on all platforms...

So first, why is it needed ?

Vincent

>
> #ifdef EAPI
> # undef EAPI
>
>
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to