commit b798f3d38d646c5c3ef3ed5f15abd748b1b658c0 parent 250b4ea207e403715c78dfb3e8e5b9fb8ea15125 Author: ByteProject <stefan.vogt@byteproject.net> Date: Fri, 3 Jul 2015 12:49:19 +0200 adding math.h import to header file Diffstat:
M | src/ansilove.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ansilove.h b/src/ansilove.h @@ -13,6 +13,7 @@ #include <stdlib.h> #include <stdbool.h> #include <stdint.h> +#include <math.h> #include <gd.h> #include "alconfig.h" #include "albinfonts.h"