commit 77517f05d1a908f3c0c2f8ad1fccf7f093d0940c parent 33b98aa950e3884224300acfc3efb0ee22b4488c Author: Frederic Cambus <fred@statdns.com> Date: Mon, 8 Oct 2018 22:17:41 +0200 Add missing header, fixes build on Linux with GCC Diffstat:
M | src/ansilove.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ansilove.h b/src/ansilove.h @@ -15,6 +15,7 @@ #include "fonts.h" #include "output.h" #include <gd.h> +#include <limits.h> #include <math.h> #include <stdbool.h> #include <stdint.h>