aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.h')
-rw-r--r--src/complete.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/complete.h b/src/complete.h
index 6cbb13bc..1e2c1a18 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -6,16 +6,14 @@
*/
#ifndef FISH_COMPLETE_H
-
-/**
- Header guard
-*/
#define FISH_COMPLETE_H
#include <vector>
#include <stdint.h>
+#include <stdbool.h>
#include "common.h"
+
/**
* Use all completions
*/