aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_util.h')
-rw-r--r--src/parse_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse_util.h b/src/parse_util.h
index 26f47268..454ac806 100644
--- a/src/parse_util.h
+++ b/src/parse_util.h
@@ -3,14 +3,16 @@
Various mostly unrelated utility functions related to parsing,
loading and evaluating fish code.
*/
-
#ifndef FISH_PARSE_UTIL_H
#define FISH_PARSE_UTIL_H
#include <stddef.h>
#include <vector>
+#include <stdbool.h>
+
#include "common.h"
#include "parse_constants.h"
+#include "tokenizer.h"
/**
Find the beginning and end of the first subshell in the specified string.