From 9bbc949c432f6a981fdac5aec4b36edd2f4dcdba Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 4 Mar 2020 11:09:50 +0100 Subject: Linux branch with minilibx_linux(https://framagit.org/ggenois/minilibx_linux) --- minilibx/mlx_rgb.c | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 minilibx/mlx_rgb.c (limited to 'minilibx/mlx_rgb.c') diff --git a/minilibx/mlx_rgb.c b/minilibx/mlx_rgb.c old mode 100644 new mode 100755 index 3f98717..0cfccf6 --- a/minilibx/mlx_rgb.c +++ b/minilibx/mlx_rgb.c @@ -3,6 +3,7 @@ ** the XFree86 distribution. */ +#include "mlx_int.h" struct s_col_name mlx_col_name[] = { -- cgit