diff options
-rw-r--r-- | src/node.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -16,12 +16,11 @@ #include "serd_internal.h" +#include <float.h> +#include <math.h> #include <stdlib.h> #include <string.h> -#include <math.h> -#include <float.h> - #ifdef _WIN32 # ifndef isnan # define isnan(x) _isnan(x) |