From: discomfitor Date: Wed, 23 Mar 2011 21:36:36 +0000 (+0000) Subject: unbreak this header by adding inttypes.h... X-Git-Tag: build/2012-07-04.173327~1258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9941e1567d80fedec0e36be0b05510645d91a0e;p=profile%2Fivi%2Fecore.git unbreak this header by adding inttypes.h... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58045 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h index 52af19d..69ddac2 100644 --- a/src/lib/ecore_input/Ecore_Input.h +++ b/src/lib/ecore_input/Ecore_Input.h @@ -1,6 +1,7 @@ #ifndef _ECORE_INPUT_H #define _ECORE_INPUT_H +#include #ifdef EAPI # undef EAPI