mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-06-25 02:13:35 +02:00
「🔨」 fix: Can compile on nixos
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user