aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser_keywords.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_keywords.h')
-rw-r--r--src/parser_keywords.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser_keywords.h b/src/parser_keywords.h
index 94cd0eb7..d9637323 100644
--- a/src/parser_keywords.h
+++ b/src/parser_keywords.h
@@ -2,10 +2,11 @@
Functions having to do with parser keywords, like testing if a function is a block command.
*/
-
#ifndef FISH_PARSER_KEYWORD_H
#define FISH_PARSER_KEYWORD_H
+#include <stdbool.h>
+
#include "common.h"
/**