From fafabad0906ff9641b0c6183fda8b07745579dfb Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 8 Mar 2020 22:53:57 +0100 Subject: Linux version --- 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