compiling
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#ifndef EXEC_H
|
||||
# define EXEC_H
|
||||
|
||||
# include "../minishell.h"
|
||||
# include <stdio.h>
|
||||
# include <sys/wait.h>
|
||||
# include <sys/types.h>
|
||||
@@ -21,6 +20,8 @@
|
||||
# include <unistd.h>
|
||||
# include <time.h>
|
||||
|
||||
typedef struct s_ast_n t_ast_n;
|
||||
|
||||
int execute_command(t_ast_n *node);
|
||||
|
||||
//EXEC_REDIR
|
||||
|
||||
Reference in New Issue
Block a user