From 22234b65edb67b2e80d76b65bd8acde7bd9f4d36 Mon Sep 17 00:00:00 2001 From: Angus Lepper <angus.lepper@ed.ac.uk> Date: Tue, 15 Mar 2016 10:28:12 +0000 Subject: [PATCH] values.h -> standard C float.h --- src/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition.c b/src/partition.c index 0f8eb3ebe3..3e61df7028 100644 --- a/src/partition.c +++ b/src/partition.c @@ -35,7 +35,7 @@ #include <stdio.h> #include <stdlib.h> #include <strings.h> -#include <values.h> +#include <float.h> /* MPI headers. */ #ifdef WITH_MPI -- GitLab