From 23feab8d7d267600b9498ea566a5f63b72a04fc2 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sat, 2 Apr 2016 16:21:32 +0100
Subject: [PATCH] values.h is deprecated --> float.h

---
 src/partition.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/partition.c b/src/partition.c
index ea25bc132d..81cd94f7e7 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