INT_MAX need limits.h. By Raphael Kubo

SVN revision: 49117
This commit is contained in:
Tiago Rezende Campos Falcao 2010-05-21 22:53:41 +00:00
parent b55d9b91c3
commit 9317ce25ac
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <stdint.h>
#include <math.h>
#include <float.h>
#include <limits.h>
#include <Evas.h>