aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.h')
-rw-r--r--src/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h
index 5a993fec..8ac45a11 100644
--- a/src/function.h
+++ b/src/function.h
@@ -6,12 +6,12 @@
is taken care of by the parser and to some degree the builtin
handling library.
*/
-
#ifndef FISH_FUNCTION_H
#define FISH_FUNCTION_H
#include <vector>
#include <map>
+#include <stdbool.h>
#include "common.h"
#include "event.h"