INT_MAX need limits.h. By Raphael Kubo
authortiago <tiago>
Fri, 21 May 2010 22:53:41 +0000 (22:53 +0000)
committertiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 May 2010 22:53:41 +0000 (22:53 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49117 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Edje.h

index 819a8bc..bacf97b 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdint.h>
 #include <math.h>
 #include <float.h>
+#include <limits.h>
 
 #include <Evas.h>