🔨」 fix: Can compile on nixos

This commit is contained in:
2024-05-13 17:33:29 +02:00
parent cd49ddb22c
commit ad14d6b9ce
84 changed files with 17 additions and 6 deletions

View File

@ -14,8 +14,8 @@
#ifndef MINISHELL_H
# define MINISHELL_H
# include <readline/readline.h>
# include <stdio.h>
# include <readline/readline.h>
# include <stdlib.h>
# include <stdint.h>
# include "libft.h"