From: Kacper Kowalik (Xarthisius) Date: Thu, 8 Aug 2013 18:48:21 +0000 (+0200) Subject: Include float.h for DBL_EPSILON X-Git-Tag: 4.7~75^2^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b168ee499e6065969ddd3359f95dfdf7e14350c;p=i3%2Fi3 Include float.h for DBL_EPSILON https://bugs.gentoo.org/show_bug.cgi?id=480272 Patch was written by Jeroen Roovers --- diff --git a/src/handlers.c b/src/handlers.c index 133d85d0..36c83399 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -13,6 +13,7 @@ #include "all.h" #include +#include #include #include #include