From e20f4cb891ae1f6ac34f7572ea6847957b7195db Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 1 May 2020 07:12:47 +0200 Subject: [PATCH] replaced limits.h inclusion with float.h inclusion for floating point limits --- images.h | 1 + 1 file changed, 1 insertion(+) diff --git a/images.h b/images.h index 03390c8..0a80d4e 100644 --- a/images.h +++ b/images.h @@ -1,5 +1,6 @@ #ifndef IMAGES_H #define IMAGES_H "v0.1.1" +#include typedef struct _color { unsigned char r;