Fix for atof with glibc.

This commit is contained in:
omar
2018-05-13 22:43:43 +02:00
parent 2a2bb8970d
commit 725c13ca68
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#endif
#include <stdio.h> // FILE*
#include <stdlib.h> // NULL, malloc, free, qsort, atoi, atof
#include <math.h> // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf
#include <limits.h> // INT_MIN, INT_MAX