gmio_core: fix GCC compilation error in fast_atof.h

This commit is contained in:
Hugues Delorme 2015-03-31 15:51:59 +02:00
parent 0f3b8d1e59
commit a099b94cf2

View File

@ -13,6 +13,7 @@
#include <float.h>
#include <limits.h>
#include <math.h>
GMIO_INLINE gmio_bool_t is_local_decimal_point(char in)
{