aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_execution.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_execution.h')
-rw-r--r--src/parse_execution.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse_execution.h b/src/parse_execution.h
index ef796676..088729cb 100644
--- a/src/parse_execution.h
+++ b/src/parse_execution.h
@@ -2,16 +2,17 @@
Provides the "linkage" between a parse_node_tree_t and actual execution structures (job_t, etc.).
*/
-
#ifndef FISH_PARSE_EXECUTION_H
#define FISH_PARSE_EXECUTION_H
#include <stddef.h>
+
#include "common.h"
#include "io.h"
#include "parse_constants.h"
#include "parse_tree.h"
#include "proc.h"
+#include <stdbool.h>
class parser_t;
struct block_t;