summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_struct.h')
-rw-r--r--src/s_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 0c5acf0..c2caf92 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -42,6 +42,7 @@ typedef struct s_lcom
int8_t redir;
int32_t rdrfd;
char *rdrpath;
+ char **env_fork;
struct s_lpipes *pipes;
struct s_lcom *next;
} t_lcom;