Include float.h for DBL_EPSILON
Patch status: merged
Patch by Kacper Kowalik (Xarthisius)
Long description:
https://bugs.gentoo.org/show_bug.cgi?id=480272 Patch was written by Jeroen Roovers <jer@gentoo.org>
To apply this patch, use:
curl http://cr.i3wm.org/patch/201/raw.patch | git am
b/src/handlers.c
16 |
@@ -13,6 +13,7 @@ |
17 |
#include "all.h" |
18 |
|
19 |
#include <time.h> |
20 |
+#include <float.h> |
21 |
#include <sys/time.h> |
22 |
#include <xcb/randr.h> |
23 |
#include <X11/XKBlib.h> |